2015-05-15 09:17:27 +01:00

11 lines
83 B
Objective-C

#import "Sample.h"
@implementation Sample
- (void)test
{
RCT_EXPORT();
}
@end