mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01: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
|