mirror of
https://github.com/status-im/react-native.git
synced 2025-02-03 21:24:31 +00:00
11 lines
83 B
Mathematica
11 lines
83 B
Mathematica
|
#import "Sample.h"
|
||
|
|
||
|
@implementation Sample
|
||
|
|
||
|
- (void)test
|
||
|
{
|
||
|
RCT_EXPORT();
|
||
|
}
|
||
|
|
||
|
@end
|