YMChatNotificationSectionHeaderView.h 318 B

1234567891011121314151617
  1. //
  2. // YMChatNotificationSectionHeaderView.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/2/22.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import "YMBaseTableHeaderFooterView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YMChatNotificationSectionHeaderView : YMBaseTableHeaderFooterView
  11. @end
  12. NS_ASSUME_NONNULL_END