mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
earlier because clang patch for waninrg goupr name is in. Also run %check-in-clang on the translated output. Swift SVN r20786
7 lines
107 B
Objective-C
7 lines
107 B
Objective-C
@import Foundation;
|
|
|
|
@protocol TestProto
|
|
@property id strongProp;
|
|
@property (readonly) NSString *str;
|
|
@end
|