diff options
Diffstat (limited to 'MultiViewXIBTabBar/FirstViewController.h')
| -rw-r--r-- | MultiViewXIBTabBar/FirstViewController.h | 13 |
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 |
