AllCommentVC.h 398 B

123456789101112131415161718
  1. //
  2. // AllCommentVC.h
  3. // jiaPei
  4. //
  5. // Created by apple on 15/11/23.
  6. // Copyright (c) 2015年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "CommentCell.h"
  10. #import "Question.h"
  11. #import "RQYDTQuestionModel.h"
  12. @interface AllCommentVC : UIViewController
  13. @property(nonatomic,strong)Question *quest;
  14. @property (nonatomic, readwrite,strong) RQYDTQuestionModel *ydtQuestionModel;
  15. @end