chore: Modify the class name: Alipay => RNAlipay
This commit is contained in:
9
ios/RNAlipay.h
Normal file
9
ios/RNAlipay.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#if __has_include("RCTBridgeModule.h")
|
||||
#import "RCTBridgeModule.h"
|
||||
#else
|
||||
#import <React/RCTBridgeModule.h>
|
||||
#endif
|
||||
|
||||
@interface RNAlipay : NSObject <RCTBridgeModule>
|
||||
|
||||
@end
|
Reference in New Issue
Block a user