12345678910111213141516171819202122 |
- //
- // SPSBHomeViewADModel.h
- // 我的社保
- //
- // Created by shanp on 2021/4/27.
- //
- #import "SPSBBaseNetworkModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface SPSBHomeViewADModel : SPSBBaseNetworkModel
- @property (nonatomic, readonly, strong) NSString *spsb_img;
- @property (nonatomic, readonly, strong) NSString *spsb_link;
- @property (nonatomic, readonly, strong) NSString *spsb_notes;
- @property (nonatomic, readonly, strong) NSString *spsb_title;
- @end
- NS_ASSUME_NONNULL_END
|