format OC code
This commit is contained in:
@@ -7,10 +7,11 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "DoricContext.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricContextHolder : NSObject
|
||||
@property (nonatomic,strong) DoricContext *doricContext;
|
||||
@property(nonatomic, strong) DoricContext *doricContext;
|
||||
|
||||
- (instancetype)initWithContext:(DoricContext *)doricContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user