// // YMFeesSettingInfoModel.h // MSYOUPAI // // Created by YoMi on 2024/2/23. // Copyright © 2024 MS. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YMFeesSettingInfoModel : NSObject @property (nonatomic, assign) NSInteger is_lock; @property (nonatomic, copy) NSString *msg_price; @property (nonatomic, assign) NSInteger open_video_status; @property (nonatomic, copy) NSString *video_free; @property (nonatomic, copy) NSString *video_price; @property (nonatomic, copy) NSString *voice_free; @property (nonatomic, copy) NSString *voice_price; @end NS_ASSUME_NONNULL_END