Upgrade sample to the new macros

This commit is contained in:
Joe Stanton 2015-05-15 13:59:46 +01:00
parent 0312c30a73
commit ea8447e1c5
1 changed files with 4 additions and 2 deletions

View File

@ -2,9 +2,11 @@
@implementation Sample @implementation Sample
- (void)test RCT_EXPORT_MODULE()
RCT_EXPORT_METHOD(test)
{ {
RCT_EXPORT(); // Your implementation here
} }
@end @end