// // YMChatRecordCellViewModel.h // MSYOUPAI // // Created by YoMi on 2024/3/20. // Copyright © 2024 MS. All rights reserved. // #import "MSYOUPAIViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface YMChatRecordCellViewModel : MSYOUPAIViewModel @end NS_ASSUME_NONNULL_END