在OC中的只读:
OC
//只读属性 @property(readonly, nonatomic) NSObject *wcl;
在Swift中的只读:
Swift
//只读属性 private(set) var wcl