TUIChatPopActionsView.h 256 B

1234567891011121314151617
  1. //
  2. // TUIChatPopActionsView.h
  3. // TUIChat
  4. //
  5. // Created by wyl on 2022/6/13.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TUIChatPopActionsView : UIView
  11. @end
  12. NS_ASSUME_NONNULL_END