summaryrefslogtreecommitdiff
path: root/MultiViewXIBTabBar/FirstViewController.h
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-05-21 20:24:46 -0600
committermo khan <mo@mokhan.ca>2013-05-21 20:24:46 -0600
commit1573781ec787a25bc9675fea9f1d98af8f53525e (patch)
tree2c501bcad0eb03d747983a39d39430d3833a71f4 /MultiViewXIBTabBar/FirstViewController.h
parentaab3efb23854c80ee230bb8e3d3e957c3d05cc7f (diff)
complete the tab bar example
Diffstat (limited to 'MultiViewXIBTabBar/FirstViewController.h')
-rw-r--r--MultiViewXIBTabBar/FirstViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/MultiViewXIBTabBar/FirstViewController.h b/MultiViewXIBTabBar/FirstViewController.h
new file mode 100644
index 0000000..733b0e5
--- /dev/null
+++ b/MultiViewXIBTabBar/FirstViewController.h
@@ -0,0 +1,13 @@
+//
+// FirstViewController.h
+// MultiViewXIBTabBar
+//
+// Created by mo khan on 2013-05-21.
+// Copyright (c) 2013 mo khan. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface FirstViewController : UIViewController
+
+@end