| 12345678910111213141516 |
- //
- // YOUPAILCUpdateCityVC.h
- // LiveChat
- //
- // Created by 张灿 on 2018/4/14.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import "ZCBaseVC.h"
- typedef void(^editCityBlock)(NSString *);
- @interface YOUPAILCUpdateCityVC : ZCBaseVC
- @property(nonatomic,strong)NSString* youpaipcityName;
- @property(nonatomic,copy)editCityBlock youpaipblock;
- @end
|