// // YMFeesSettingCellViewModel.h // MSYOUPAI // // Created by YoMi on 2024/2/23. // Copyright © 2024 MS. All rights reserved. // #import "MSYOUPAIViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface YMFeesSettingCellViewModel : MSYOUPAIViewModel /// 收费设置标题 @property (nonatomic, copy) NSString *feesSettingTitle; /// 收费设置内容 @property (nonatomic, copy) NSString *feesSettingContent; /// 收费设置功能类型 @property (nonatomic, assign, readonly) YMFeesSettingFunctionsType feesSettingFunctionsType; @end NS_ASSUME_NONNULL_END