// // citysCell.h // b // // Created by kaidan on 2017/1/12. // Copyright © 2017年 kaidan. All rights reserved. // #import @interface citysCell : UITableViewCell /* *地址 格式:广东-广州-天河区 */ @property(nonatomic,strong,readonly)NSString* cityStr; @end