// // LocationCell.h // CodingMart // // Created by Ease on 15/11/3. // Copyright © 2015年 net.coding. All rights reserved. // #define kCellIdentifier_LocationCell @"LocationCell" #import @interface LocationCell : UITableViewCell @property (strong, nonatomic) UILabel *leftL; @property (strong, nonatomic) UILabel *rightL; @end