You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
297 B
19 lines
297 B
![]()
2 years ago
|
//
|
||
|
// citysCell.h
|
||
|
// b
|
||
|
//
|
||
|
// Created by kaidan on 2017/1/12.
|
||
|
// Copyright © 2017年 kaidan. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface citysCell : UITableViewCell
|
||
|
|
||
|
/*
|
||
|
*地址 格式:广东-广州-天河区
|
||
|
*/
|
||
|
@property(nonatomic,strong,readonly)NSString* cityStr;
|
||
|
|
||
|
@end
|