NavigationViewController.h 383 B

12345678910111213141516171819202122
  1. //
  2. // NavigationViewController.h
  3. //
  4. //
  5. // Created by Alexi on 13-7-3.
  6. // Copyright (c) 2013年 . All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NavigationViewController : UINavigationController
  10. @property (nonatomic, assign) BOOL asChild;
  11. @property (nonatomic, assign) CGSize childSize;
  12. //- (void)setNavigationBarAppearance;
  13. - (void)layoutSubviewsFrame;
  14. @end