// // RailAddressTableViewCell.h // tongxin // // Created by WeiChaoZheng on 2018/8/28. // Copyright © 2018年 xTT. All rights reserved. // #import "TableCell.h" #import @interface RailAddressTableViewCell : baseCell @property (strong, nonatomic) IBOutlet UILabel *aTitleLabel; @property (strong, nonatomic) AMapTip *model; @end