// // OrderPayListCell.m // LN_School // // Created by EchoShacolee on 2017/4/21. // Copyright © 2017年 Danson. All rights reserved. // #import "OrderPayListCell.h" @implementation OrderPayListCell - (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