summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/ios/framework/iOSFramework/Thing.h
blob: a34e908fc9134e866d697d8ee23da5e81ab85181 (plain)
1
2
3
4
5
6
7
8
9
10
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@interface Thing : NSObject

+ (instancetype)thing;

- (void)sayHello;

@end