summaryrefslogtreecommitdiffstats
path: root/third_party/python/gyp/test/ios/framework/iOSFramework/Thing.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/gyp/test/ios/framework/iOSFramework/Thing.h')
-rw-r--r--third_party/python/gyp/test/ios/framework/iOSFramework/Thing.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/ios/framework/iOSFramework/Thing.h b/third_party/python/gyp/test/ios/framework/iOSFramework/Thing.h
new file mode 100644
index 0000000000..a34e908fc9
--- /dev/null
+++ b/third_party/python/gyp/test/ios/framework/iOSFramework/Thing.h
@@ -0,0 +1,10 @@
+#import <Foundation/Foundation.h>
+#import <UIKit/UIKit.h>
+
+@interface Thing : NSObject
+
++ (instancetype)thing;
+
+- (void)sayHello;
+
+@end