summaryrefslogtreecommitdiff
path: root/platform/ios/test/OHHTTPStubs/Examples/ObjC/MainViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/OHHTTPStubs/Examples/ObjC/MainViewController.h')
-rw-r--r--platform/ios/test/OHHTTPStubs/Examples/ObjC/MainViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/ios/test/OHHTTPStubs/Examples/ObjC/MainViewController.h b/platform/ios/test/OHHTTPStubs/Examples/ObjC/MainViewController.h
new file mode 100644
index 0000000000..bf1a8f5fce
--- /dev/null
+++ b/platform/ios/test/OHHTTPStubs/Examples/ObjC/MainViewController.h
@@ -0,0 +1,13 @@
+//
+// MainViewController.h
+// OHHTTPStubsDemo
+//
+// Created by Olivier Halligon on 11/08/12.
+// Copyright (c) 2012 AliSoftware. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface MainViewController : UIViewController
+
+@end