master
1//
2// FirstViewController.h
3// MultiViewXIBNav
4//
5// Created by mo khan on 2013-05-21.
6// Copyright (c) 2013 mo khan. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
11@class SecondViewController;
12
13@interface FirstViewController : UIViewController
14@property (strong, nonatomic) SecondViewController * mySecondVC;
15@end