123456789101112131415161718192021222324 |
- //
- // SPSBHomeViewButtonsModel.h
- // 我的社保
- //
- // Created by shanp on 2023/1/13.
- //
- #import "SPSBBaseNetworkModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SPSBHomeViewButtonsModel : SPSBBaseNetworkModel
- @property (nonatomic, readonly, strong) NSString *spsb_buyShebao;
- @property (nonatomic, readonly, strong) NSString *spsb_buyFund;
- @property (nonatomic, readonly, strong) NSString *spsb_shebaoAdded;
- @property (nonatomic, readonly, strong) NSString *spsb_fundAdded;
- @property (nonatomic, readonly, strong) NSString *spsb_shebaoMove;
- @property (nonatomic, readonly, strong) NSString *spsb_fundMove;
- @end
- NS_ASSUME_NONNULL_END
|