// // YBCenterMoreCell.m // YBVideo // // Created by IOS1 on 2019/7/5. // Copyright © 2019 cat. All rights reserved. // #import "YBCenterMoreCell.h" @implementation YBCenterMoreCell - (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