|
//
// ToppicListNewController.h
// ThePaperHD
//
// Created by liyuan on 15/7/3.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "topicListController.h"
@interface topicListHomeController : topicListController
@property(nonatomic, assign) NSInteger index;
//-(void) pagesDidChange;
- (void)setRefreshControlInsectY:(CGFloat)insectY;
@end
|