Accessorizer
will write your
-
-(NSArray *)keyPaths; with observing and description code
Accessorizer
will write your
-(NSArray *)keyPaths; with observing and description code
NSString *name;
QVNote *note;
NSString *title;
IBOutlet UILabel *label;
NSString *name;
int count;
id object;
NSRect rect;
.h
.m
- (NSArray *)keyPaths
{
NSArray *result = [NSArray arrayWithObjects:
@"name",
@"note",
@"title",
@"label",
@"name",
@"count",
@"object",
@"rect",
nil];
return result;
}
- (NSArray *)keyPaths;






Features

only $15