Lines Matching refs:what
9 @property (retain) NSString* what; property
14 @synthesize howMany, what;
21 @property (nonatomic, retain) NSString* what; property
26 @synthesize howMany, what;
34 - (NSString*) what { method in objc_default_synthesize_properties
35 return self.what;
43 @property (nonatomic, retain) NSString* what; property
48 @synthesize howMany, what;
56 // - (NSString*) what
58 if (self.what != value) {
66 @property (retain) NSString* what; property
71 @synthesize howMany, what; // REM: Redundant anyway
81 - (NSString*) what { method in objc_default_synthesize_properties
82 return self.what;
85 if (self.what != value) {