2021-08-01 22:48:39 +02:00

8 lines
88 B
Objective-C

#import <Foundation/Foundation.h>
@interface Foo : NSObject
- (NSString *)name;
@end