summaryrefslogtreecommitdiff
path: root/Example Apps/Example ObjC/ConnectionIAPTableViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Example Apps/Example ObjC/ConnectionIAPTableViewController.h')
-rw-r--r--Example Apps/Example ObjC/ConnectionIAPTableViewController.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Example Apps/Example ObjC/ConnectionIAPTableViewController.h b/Example Apps/Example ObjC/ConnectionIAPTableViewController.h
new file mode 100644
index 000000000..5ebb3801c
--- /dev/null
+++ b/Example Apps/Example ObjC/ConnectionIAPTableViewController.h
@@ -0,0 +1,9 @@
+//
+// ConnectionIAPTableViewController.h
+// SmartDeviceLink-iOS
+
+#import <UIKit/UIKit.h>
+
+@interface ConnectionIAPTableViewController : UITableViewController
+
+@end