mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
8 lines
79 B
Objective-C
8 lines
79 B
Objective-C
struct Point {
|
|
int x, y;
|
|
};
|
|
|
|
@interface ObjCClass
|
|
- (instancetype)init;
|
|
@end
|