SPSBChooseCityResultTableViewController.h 401 B

1234567891011121314151617181920
  1. //
  2. // SPSBChooseCityResultTableViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/5/20.
  6. //
  7. #import "SPSBTableViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface SPSBChooseCityResultTableViewController : SPSBTableViewController
  10. @property (nonatomic, strong) NSArray *spsb_dataArray;
  11. @property (nonatomic, strong) void (^spsb_choose)(NSString *cityId);
  12. @end
  13. NS_ASSUME_NONNULL_END