// // topicContentController.h // ThePaperHD // // Created by scar1900 on 15/5/10. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPHttpController.h" @interface topicContentController : TPHttpController @property(nonatomic, strong)TopicInfoBO *preTopicInfo; @property(nonatomic, strong)userBO *creatUser; @property(nonatomic, assign)BOOL isCreatPage; @property(nonatomic, strong)NSString *currentIndex; @end