Files

10 lines
120 B
Objective-C

#include "StaticLibrary_ObjC.h"
@implementation SLObjC
- (NSString *)description {
return @"Hello, World!";
}
@end