SPSBQueryListViewController.h 466 B

12345678910111213141516171819202122
  1. //
  2. // SPSBQueryListViewController.h
  3. // 我的社保
  4. //
  5. // Created by shanp on 2021/5/27.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @class SPSBPurchasersModel;
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface SPSBQueryListViewController : UIViewController
  11. @property (nonatomic, assign) bool spsb_isQueryAccumulationFund;
  12. @property (nonatomic, strong, nullable) SPSBPurchasersModel *spsb_purchasers;
  13. @property (nonatomic, strong, nullable) NSString *spsb_year;
  14. @end
  15. NS_ASSUME_NONNULL_END