|
//
// 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
|