// // HMCommentViewCell.m // BuguLive // // Created by 范东 on 2019/1/2. // Copyright © 2019 xfg. All rights reserved. // #import "HMCommentViewCell.h" @implementation HMCommentViewCell - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end