1 2 3 4 5 6 7
@import Foundation; @import Foo; @implementation Foo +(instancetype)init { return [super init]; } @end