SPSBPurchasersListTableViewController.h 558 B

1234567891011121314151617181920212223
  1. //
  2. // SPSBPurchasersListTableViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/5/14.
  6. //
  7. #import "SPSBTableViewController.h"
  8. #import "SPSBEnumerationProfile.h"
  9. @class SPSBPurchasersModel;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface SPSBPurchasersListTableViewController : SPSBTableViewController
  12. @property (nonatomic, assign) SPSBPurchasersListType spsb_type;
  13. @property (nonatomic, assign) SPSBPurchaseBusinessType spsb_bussessType;
  14. @property (nonatomic, readonly, nullable) SPSBPurchasersModel *spsb_chosePurchasers;
  15. @end
  16. NS_ASSUME_NONNULL_END