8 lines
61 B
Objective-C
8 lines
61 B
Objective-C
#import "foo.h"
|
|
|
|
@implementation Foo
|
|
|
|
@synthesize age;
|
|
|
|
@end
|