8 lines
88 B
Objective-C

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