1234567891011121314151617 |
- //
- // YMChatRecordViewModel.m
- // MSYOUPAI
- //
- // Created by YoMi on 2024/3/20.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import "YMChatRecordViewModel.h"
- @implementation YMChatRecordViewModel
- - (void)ym_initialize{
- [super ym_initialize];
-
- self.customNavTitle = @"消息";
- }
- @end
|