// // askTableController.h // ThePaperHD // // Created by scar1900 on 15/1/16. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "TPTableViewController.h" @protocol askTableDelegate - (void)endAskRefresh:(NSString*)askRecord; @end @interface askTableController : TPTableViewController @property(nonatomic, strong)NSMutableDictionary *qaDic; @property(nonatomic, strong)NSString *nodeId; @property(nonatomic, weak)id delegate; - (void)goToAskDetailPage:(void(^)(id commentObj))block; @property(nonatomic, strong)NSString *commentOT; @end