mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 21:50:39 -06:00
8 lines
61 B
Objective-C
8 lines
61 B
Objective-C
#import "foo.h"
|
|
|
|
@implementation Foo
|
|
|
|
@synthesize age;
|
|
|
|
@end
|