mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
10 lines
114 B
Objective-C
10 lines
114 B
Objective-C
@import ObjectiveC;
|
|
|
|
#ifdef MY_MACRO
|
|
@interface Hidden : NSObject
|
|
@end
|
|
#endif
|
|
|
|
@interface Exposed : NSObject
|
|
@end
|