mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
d2e5e6ff1a
Move them all under `Tests/ObjC` and `Tests/ObjCXX`.
8 lines
61 B
Objective-C
8 lines
61 B
Objective-C
#import "foo.h"
|
|
|
|
@implementation Foo
|
|
|
|
@synthesize age;
|
|
|
|
@end
|