// // AllCommentVC.h // jiaPei // // Created by apple on 15/11/23. // Copyright (c) 2015年 JCZ. All rights reserved. // #import #import "CommentCell.h" #import "Question.h" #import "RQYDTQuestionModel.h" @interface AllCommentVC : UIViewController @property(nonatomic,strong)Question *quest; @property (nonatomic, readwrite,strong) RQYDTQuestionModel *ydtQuestionModel; @end