Source code
Revision control
Copy as Markdown
Other Tools
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface Thing : NSObject
+ (instancetype)thing;
- (void)sayHello;
@end
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface Thing : NSObject
+ (instancetype)thing;
- (void)sayHello;
@end