mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
99 B
Objective-C
9 lines
99 B
Objective-C
@interface NSObject
|
|
@end
|
|
|
|
@interface ImplClass : NSObject
|
|
|
|
@property int defaultIntProperty;
|
|
|
|
@end
|