|
//
// topicDeatilController.h
// ThePaperBase
//
// Created by zhousan on 15/8/12.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "newPageBaseController.h"
@interface topicDeatilController : newPageBaseController
@property(nonatomic, strong)commentObjectVO *commentBO;
@property(nonatomic, strong)NSString *commentOT;
@property(nonatomic, strong)TopicInfoBO *topicInfo;
- (void)gotoCommentFromHotAnwser:(commentObjectVO *)comment;
@end
|