iOS Doric Registry and so on
This commit is contained in:
18
iOS/Pod/Classes/DoricRegistry.h
Normal file
18
iOS/Pod/Classes/DoricRegistry.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// DoricRegistry.h
|
||||
// Doric
|
||||
//
|
||||
// Created by pengfei.zhou on 2019/7/27.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricRegistry : NSObject
|
||||
|
||||
-(NSString *)acquireJSBundle:(NSString *)bundleName;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user