// // CommentTableViewCell.h // mgysVideo // // Created by xyrzx on 16/7/3. // Copyright © 2016年 wgj. All rights reserved. // #import @interface CommentTableViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *replyView; @property (weak, nonatomic) IBOutlet UILabel *replyTime; @end