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