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