add lldbinit
This commit is contained in:
parent
d183329651
commit
3c14259110
1 changed files with 4 additions and 0 deletions
4
lldbinit
Normal file
4
lldbinit
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
command alias offline expr [[FakeOffline sharedInstance] goOffline]
|
||||
command alias online expr [[FakeOffline sharedInstance] goOnline]
|
||||
command alias uikit expr @import UIKit
|
||||
command alias foundation expr @import Foundation
|
||||
Loading…
Reference in a new issue