brintos

brintos / llvm-project-archived public Read only

0
0
Text · 74 B · 770a857 Raw
8 lines · plain
1#import "Point.h"2 3@implementation Point {4  float _x;5  float _y;6}7@end8