// // NavigationViewController.h // // // Created by Alexi on 13-7-3. // Copyright (c) 2013年 . All rights reserved. // #import @interface NavigationViewController : UINavigationController @property (nonatomic, assign) BOOL asChild; @property (nonatomic, assign) CGSize childSize; //- (void)setNavigationBarAppearance; - (void)layoutSubviewsFrame; @end