mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
14 lines
187 B
Objective-C
14 lines
187 B
Objective-C
@import ObjCParseExtrasTooHelper;
|
|
|
|
@interface ProtoOrClass
|
|
@property int thisClassHasAnAwfulName;
|
|
@end
|
|
|
|
|
|
@protocol ClassInHelper
|
|
@end
|
|
|
|
@interface ProtoInHelper
|
|
- (instancetype)init;
|
|
@end
|