1234567891011121314151617181920212223 |
- //
- // SPSBPurchasersListTableViewController.h
- // 我的社保
- //
- // Created by shanp on 2021/5/14.
- //
- #import "SPSBTableViewController.h"
- #import "SPSBEnumerationProfile.h"
- @class SPSBPurchasersModel;
- NS_ASSUME_NONNULL_BEGIN
- @interface SPSBPurchasersListTableViewController : SPSBTableViewController
- @property (nonatomic, assign) SPSBPurchasersListType spsb_type;
- @property (nonatomic, assign) SPSBPurchaseBusinessType spsb_bussessType;
- @property (nonatomic, readonly, nullable) SPSBPurchasersModel *spsb_chosePurchasers;
- @end
- NS_ASSUME_NONNULL_END
|