Upgrade sample to the new macros

This commit is contained in:
Joe Stanton 2015-05-15 13:59:46 +01:00
Родитель 0312c30a73
Коммит ea8447e1c5
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

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