// // hotAskCommentController.h // ThePaperBase // // Created by scar1900 on 15/8/10. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "newPageBaseController.h" #import "ATPagingView.h" //热赞榜 @interface hotAskCommentController : newPageBaseController @property(nonatomic, strong)ATPagingView *pagingView; @end