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