SPSBQueryListDetailsViewController.h 545 B

1234567891011121314151617181920212223
  1. //
  2. // SPSBQueryListDetailsViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/5/28.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "SPSBEnumerationProfile.h"
  9. @class SPSBPurchasersModel, SPSBQueryListModel;
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface SPSBQueryListDetailsViewController : UIViewController
  12. @property (nonatomic, assign) SPSBPurchaseBusinessType spsb_businessType;
  13. @property (nonatomic, strong) NSArray<SPSBQueryListModel *> *spsb_data;
  14. @property (nonatomic, strong) SPSBPurchasersModel *spsb_purchasers;
  15. @end
  16. NS_ASSUME_NONNULL_END