diff options
| author | mo khan <mo@mokhan.ca> | 2013-05-21 20:24:46 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-05-21 20:24:46 -0600 |
| commit | 1573781ec787a25bc9675fea9f1d98af8f53525e (patch) | |
| tree | 2c501bcad0eb03d747983a39d39430d3833a71f4 /MultiViewXIBNav/FirstViewController.h | |
| parent | aab3efb23854c80ee230bb8e3d3e957c3d05cc7f (diff) | |
complete the tab bar example
Diffstat (limited to 'MultiViewXIBNav/FirstViewController.h')
| -rw-r--r-- | MultiViewXIBNav/FirstViewController.h | 13 |
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 |
