iOS module dir
This commit is contained in:
16
iOS/Pod/Classes/Extension/DoricBridgeExtension.h
Normal file
16
iOS/Pod/Classes/Extension/DoricBridgeExtension.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// DoricBridgeExtension.h
|
||||
// Doric
|
||||
//
|
||||
// Created by pengfei.zhou on 2019/7/29.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricBridgeExtension : NSObject
|
||||
- (id)callNativeWithContextId: (NSString *)contextId module:(NSString *)module method:(NSString *)method callbackId:(NSString *)callbackId argument:(id)argument;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user