// // MGNewExplainCell.m // BuguLive // // Created by 宋晨光 on 2020/3/17. // Copyright © 2020 xfg. All rights reserved. // #import "MGNewExplainCell.h" @implementation MGNewExplainCell - (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