summaryrefslogtreecommitdiff
path: root/MultiViewXIBNav/FirstViewController.h
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-05-21 20:24:58 -0600
committermo khan <mo@mokhan.ca>2013-05-21 20:24:58 -0600
commitef5554041c6015d9bd9b762ee0e23ec268486310 (patch)
tree42aea7a0ab276e4f459e4c47bb18592890bfc478 /MultiViewXIBNav/FirstViewController.h
parent1573781ec787a25bc9675fea9f1d98af8f53525e (diff)
some other examples
Diffstat (limited to 'MultiViewXIBNav/FirstViewController.h')
-rw-r--r--MultiViewXIBNav/FirstViewController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/MultiViewXIBNav/FirstViewController.h b/MultiViewXIBNav/FirstViewController.h
index 9524f6a..21d1308 100644
--- a/MultiViewXIBNav/FirstViewController.h
+++ b/MultiViewXIBNav/FirstViewController.h
@@ -8,6 +8,8 @@
#import <UIKit/UIKit.h>
-@interface FirstViewController : UIViewController
+@class SecondViewController;
+@interface FirstViewController : UIViewController
+@property (strong, nonatomic) SecondViewController * mySecondVC;
@end