8 lines
105 B
Mathematica
8 lines
105 B
Mathematica
|
@import ObjectiveC;
|
||
|
@import Foo;
|
||
|
@implementation Foo
|
||
|
+(instancetype)init {
|
||
|
return [super init];
|
||
|
}
|
||
|
@end
|