// // BaseShopTableViewCell.m // BuguLive // // Created by 布谷 on 2017/9/9. // Copyright © 2017年 xfg. All rights reserved. // #import "BaseShopTableViewCell.h" @implementation BaseShopTableViewCell - (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