feat:fix when debugging,log cannot show on terminal

This commit is contained in:
pengfeizhou
2021-02-23 16:57:56 +08:00
committed by osborn
parent f44a0824b3
commit 149826ae12
4 changed files with 22 additions and 5 deletions

View File

@@ -24,7 +24,8 @@
NS_ASSUME_NONNULL_BEGIN
@interface DoricDev : NSObject
@property(nonatomic, strong) DoricWSClient *wsClient;
@property(nonatomic, strong, nullable) DoricWSClient *wsClient;
+ (instancetype)instance;
- (void)openDevMode;