summaryrefslogtreecommitdiff
path: root/Tests/iOSNavApp/Classes/RootViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/iOSNavApp/Classes/RootViewController.h')
-rw-r--r--Tests/iOSNavApp/Classes/RootViewController.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Tests/iOSNavApp/Classes/RootViewController.h b/Tests/iOSNavApp/Classes/RootViewController.h
new file mode 100644
index 000000000..c5e9c1148
--- /dev/null
+++ b/Tests/iOSNavApp/Classes/RootViewController.h
@@ -0,0 +1,14 @@
+//
+// RootViewController.h
+// NavApp3
+//
+// Created by David Cole on 6/23/11.
+// Copyright 2011 Kitware, Inc. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface RootViewController : UITableViewController {
+}
+
+@end