mirror of
https://github.com/ziglang/zig.git
synced 2025-12-11 00:33:08 +00:00
8 lines
88 B
Objective-C
8 lines
88 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface Foo : NSObject
|
|
|
|
- (NSString *)name;
|
|
|
|
@end
|