Files
swift-mirror/test/PrintAsObjC/Inputs/bridging-header.h
Fariborz Jahanian f93cee960c Reapply patch for rdar://17023083 which I reverted
earlier because clang patch for waninrg goupr name is in.
Also run %check-in-clang on the translated output.



Swift SVN r20786
2014-07-30 23:12:46 +00:00

7 lines
107 B
Objective-C

@import Foundation;
@protocol TestProto
@property id strongProp;
@property (readonly) NSString *str;
@end