react-native/Libraries/Sample/Sample.m

11 lines
83 B
Mathematica
Raw Normal View History

2015-03-28 15:50:31 +00:00
#import "Sample.h"
@implementation Sample
- (void)test
{
RCT_EXPORT();
}
@end