Doric bridge
This commit is contained in:
@@ -11,7 +11,14 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricRegistry : NSObject
|
||||
|
||||
- (NSString *)acquireJSBundle:(NSString *)bundleName;
|
||||
- (NSString *)acquireJSBundle:(NSString *)name;
|
||||
|
||||
- (void)registerJSBundle:(NSString *)bundle withName:(NSString *)name;
|
||||
|
||||
|
||||
- (void)registerNativePlugin:(Class)pluginClass withName:(NSString *)name;
|
||||
|
||||
- (Class)acquireNativePlugin:(NSString *)name;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user