2
0
mirror of https://github.com/status-im/react-native.git synced 2025-01-25 08:48:58 +00:00
2015-05-15 13:59:46 +01:00

13 lines
129 B
Objective-C

#import "Sample.h"
@implementation Sample
RCT_EXPORT_MODULE()
RCT_EXPORT_METHOD(test)
{
// Your implementation here
}
@end