blob: b87f766c4bbd56ade0c3027ee77e7156a20c2882 [file] [log] [blame]
struct Point {
int x, y;
};
@interface ObjCClass
- (instancetype)init;
@end