// // DetailTwoImageCell.m // model // // Created by MUMEI on 2018/8/6. // Copyright © 2018年 Mine. All rights reserved. // #import "DetailTwoImageCell.h" @implementation DetailTwoImageCell - (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