summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/ios/framework/iOSFramework/Thing.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/ios/framework/iOSFramework/Thing.h')
-rw-r--r--media/webrtc/trunk/tools/gyp/test/ios/framework/iOSFramework/Thing.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/ios/framework/iOSFramework/Thing.h b/media/webrtc/trunk/tools/gyp/test/ios/framework/iOSFramework/Thing.h
new file mode 100644
index 000000000..a34e908fc
--- /dev/null
+++ b/media/webrtc/trunk/tools/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