brintos

brintos / llvm-project-archived public Read only

0
0
Text · 93 B · e1bf80a Raw
9 lines · plain
1#import "lib.h"2 3@implementation Foo4- (id)init {5  self.fooProp = 10;6  return self;7}8@end9