blob: de509e321f9ad86c41cb051f909ad1c684cfc5aa [file] [log] [blame]
@import Foundation;
@protocol TestProto
@property id strongProp;
@property (readonly) NSString *str;
@end