refact: use DoricSingleton to hold all static or singleton objects
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
#import "DoricAsyncResult.h"
|
||||
|
||||
@interface DoricJSLoaderManager : NSObject
|
||||
+ (instancetype)instance;
|
||||
|
||||
- (void)addJSLoader:(id <DoricLoaderProtocol>)loader;
|
||||
|
||||
- (DoricAsyncResult <NSString *> *)request:(NSString *)source;
|
||||
|
||||
Reference in New Issue
Block a user