refact: rename iOS class DoricResourceManager
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "DoricMonitorProtocol.h"
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "DoricResourceLoaderManager.h"
|
||||
#import "DoricResourceManager.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class DoricLibrary;
|
||||
@@ -34,7 +34,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property(nonatomic, strong) UIImage *defaultPlaceHolderImage;
|
||||
@property(nonatomic, strong) UIImage *defaultErrorImage;
|
||||
@property(nonatomic, strong) id <DoricPerformanceGlobalAnchorHookProtocol> globalPerformanceAnchorHook;
|
||||
@property(nonatomic, strong) DoricResourceLoaderManager *loaderManager;
|
||||
@property(nonatomic, strong) DoricResourceManager *loaderManager;
|
||||
|
||||
- (instancetype)initWithJSEngine:(DoricJSEngine *)jsEngine;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user