mirror of
https://github.com/status-im/react-native-status-keycard.git
synced 2025-03-01 12:30:32 +00:00
10 lines
270 B
Mathematica
10 lines
270 B
Mathematica
|
#import <React/RCTBridgeModule.h>
|
||
|
|
||
|
@interface RCT_EXTERN_MODULE(StatusKeycard, NSObject)
|
||
|
|
||
|
RCT_EXTERN_METHOD(multiply:(float)a withB:(float)b
|
||
|
withResolver:(RCTPromiseResolveBlock)resolve
|
||
|
withRejecter:(RCTPromiseRejectBlock)reject)
|
||
|
|
||
|
@end
|