TUIChatPopMenuDefine.h 410 B

123456789101112131415161718
  1. //
  2. // TUIChatPopMenuDefine.h
  3. // TUIChat
  4. //
  5. // Created by cologne on 2023/11/22.
  6. // Copyright © 2023 Tencent. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #define TChatEmojiView_Margin 10
  10. #define TChatEmojiView_MarginTopBottom 17
  11. #define TChatEmojiView_Padding 20
  12. #define TChatEmojiView_Page_Height 30
  13. #define TChatEmojiView_CollectionOffsetY 8
  14. #define TChatEmojiView_CollectionHeight 107