mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
10 lines
120 B
Objective-C
10 lines
120 B
Objective-C
#include "StaticLibrary_ObjC.h"
|
|
|
|
@implementation SLObjC
|
|
|
|
- (NSString *)description {
|
|
return @"Hello, World!";
|
|
}
|
|
|
|
@end
|