// // CommentView.h // redstar // // Created by admin on 15/11/5. // Copyright © 2015年 ZWF. All rights reserved. // #import @interface CommentView : UIView @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UIButton *quitBtn; @property (nonatomic, strong) UILabel *placeholderLabel2; @property (nonatomic, strong) UILabel *commentLabel; @property (nonatomic, strong) UIButton *sureBtn; @property (nonatomic, strong) UITextView *contentTextView; @end