7 lines
105 B
Objective-C
7 lines
105 B
Objective-C
@import ObjectiveC;
|
|
@import Foo;
|
|
@implementation Foo
|
|
+(instancetype)init {
|
|
return [super init];
|
|
}
|
|
@end
|