mirror of
https://github.com/ziglang/zig.git
synced 2026-01-06 21:43:25 +00:00
8 lines
88 B
Objective-C
8 lines
88 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface Foo : NSObject
|
|
|
|
- (NSString *)name;
|
|
|
|
@end
|