summaryrefslogtreecommitdiff
path: root/MultiViewXIBNav/FirstViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'MultiViewXIBNav/FirstViewController.h')
-rw-r--r--MultiViewXIBNav/FirstViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/MultiViewXIBNav/FirstViewController.h b/MultiViewXIBNav/FirstViewController.h
new file mode 100644
index 0000000..9524f6a
--- /dev/null
+++ b/MultiViewXIBNav/FirstViewController.h
@@ -0,0 +1,13 @@
+//
+// FirstViewController.h
+// MultiViewXIBNav
+//
+// Created by mo khan on 2013-05-21.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface FirstViewController : UIViewController
+
+@end