YMChatRecordViewModel.m 304 B

1234567891011121314151617
  1. //
  2. // YMChatRecordViewModel.m
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/3/20.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMChatRecordViewModel.h"
  9. @implementation YMChatRecordViewModel
  10. - (void)ym_initialize{
  11. [super ym_initialize];
  12. self.customNavTitle = @"消息";
  13. }
  14. @end