- //
- // CustomPagerController.h
- // TYPagerControllerDemo
- //
- // Created by tany on 16/5/17.
- // Copyright © 2016年 tanyang. All rights reserved.
- //
- #import "TYTabButtonPagerController.h"
- @interface CustomPagerController : TYTabButtonPagerController
- @property (nonatomic, assign) BOOL showNavBar;
- @end
|