From ef5554041c6015d9bd9b762ee0e23ec268486310 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 21 May 2013 20:24:58 -0600 Subject: some other examples --- MultiViewXIBNav/FirstViewController.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MultiViewXIBNav/FirstViewController.h') 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 -@interface FirstViewController : UIViewController +@class SecondViewController; +@interface FirstViewController : UIViewController +@property (strong, nonatomic) SecondViewController * mySecondVC; @end -- cgit v1.2.3