GT2/GT2-iOS/node_modules/react-native/Libraries/Sample/Sample.m

13 lines
129 B
Mathematica
Raw Normal View History

2018-02-12 17:26:06 +00:00
#import "Sample.h"
@implementation Sample
RCT_EXPORT_MODULE()
RCT_EXPORT_METHOD(test)
{
// Your implementation here
}
@end