1234567891011121314151617181920 |
- //
- // SPSBChooseCityResultTableViewController.h
- // 我的社保
- //
- // Created by shanp on 2021/5/20.
- //
- #import "SPSBTableViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SPSBChooseCityResultTableViewController : SPSBTableViewController
- @property (nonatomic, strong) NSArray *spsb_dataArray;
- @property (nonatomic, strong) void (^spsb_choose)(NSString *cityId);
- @end
- NS_ASSUME_NONNULL_END
|