// // InterViewPageViewController.h // ThePaperBase // // Created by YoungLee on 15/8/6. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPViewController.h" @interface InterViewPageViewController : TPViewController @property(nonatomic, strong)categoryBO *cateBo; @property(nonatomic, assign)NSInteger initIndex; //@property(nonatomic, strong)NSMutableArray *cateList; @end