澎湃iPad上线版本

channelDetailListController.h 430B

    // // channelDetailListController.h // ThePaperHD // // Created by scar1900 on 15/1/6. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPCollectionController.h" @interface channelDetailListController : TPCollectionController @property(nonatomic, strong)NSDictionary *infoDic; @property(nonatomic, assign)NSInteger index; - (void)pagesDidChange; - (void)setRefreshControlInsectY:(CGFloat)insectY; @end