mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-15 12:39:52 +03:00
8 lines
88 B
Objective-C
8 lines
88 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
@interface Foo : NSObject
|
|
|
|
- (NSString *)name;
|
|
|
|
@end
|