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