// // FirstViewController.h // MultiViewXIBNav // // Created by mo khan on 2013-05-21. // Copyright (c) 2013 mo khan. All rights reserved. // #import @class SecondViewController; @interface FirstViewController : UIViewController @property (strong, nonatomic) SecondViewController * mySecondVC; @end