11 lines
83 B
Mathematica
11 lines
83 B
Mathematica
|
#import "Sample.h"
|
||
|
|
||
|
@implementation Sample
|
||
|
|
||
|
- (void)test
|
||
|
{
|
||
|
RCT_EXPORT();
|
||
|
}
|
||
|
|
||
|
@end
|