CustomPagerController.h 307 B

123456789101112131415
  1. //
  2. // CustomPagerController.h
  3. // TYPagerControllerDemo
  4. //
  5. // Created by tany on 16/5/17.
  6. // Copyright © 2016年 tanyang. All rights reserved.
  7. //
  8. #import "TYTabButtonPagerController.h"
  9. @interface CustomPagerController : TYTabButtonPagerController
  10. @property (nonatomic, assign) BOOL showNavBar;
  11. @end