Lines Matching refs:strong
26 @property (nonatomic, strong) NSString *StrongProp;
28 @property (nonatomic, strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (nonatomic, strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (nonatomic, strong) NSString *UnavailProp2;
51 @property (nonatomic, strong) NSArray *names2;
52 @property (nonatomic, strong) NSArray *names3;
53 @property (nonatomic, strong) NSArray *names4;
54 @property (nonatomic, strong) NSArray *names1;
70 @property (nonatomic, strong) id MYtarget;
72 @property (nonatomic, strong) id targetX;
86 @property (nonatomic, readonly, strong) id object;
91 @property (nonatomic, getter=getStringValue, strong) NSString *stringValue;
114 @property (nonatomic, strong) id MYtarget;
116 @property (nonatomic, strong) id targetX;
130 @property (nonatomic, readonly, strong) id object;
167 @property (nonatomic, strong) NSURL *appStoreReceiptURL NS_AVAILABLE;
170 @property (nonatomic, strong) NSURL *appStoreReceiptURLX NS_AVAILABLE;
173 @property (nonatomic, strong) NSURL *appStoreReceiptURLY ;
176 @property (nonatomic, readonly, strong) id OkToInfer NS_AVAILABLE;
179 @property (nonatomic, strong) NSURL *appStoreReceiptURLZ ;
186 @property (nonatomic, strong) id method1 ALIGNED NS_AVAILABLE;
218 @property (nonatomic, readonly, strong) id readonlyProperty;
219 @property (nonatomic, strong) id readWriteProperty;