NIMInputEmoticonDefine.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. //
  2. // NIMInputEmoticonDefine.h
  3. // NIMKit
  4. //
  5. // Created by chris.
  6. // Copyright (c) 2015年 NetEase. All rights reserved.
  7. //
  8. #ifndef NIMKit_NIMInputEmoticonDefine_h
  9. #define NIMKit_NIMInputEmoticonDefine_h
  10. #define NIMKit_EmojiCatalog @"default"
  11. #define NIMKit_EmojiPath @"Emoji"
  12. #define NIMKit_ChartletChartletCatalogPath @"Chartlet"
  13. #define NIMKit_ChartletChartletCatalogContentPath @"content"
  14. #define NIMKit_ChartletChartletCatalogIconPath @"icon"
  15. #define NIMKit_ChartletChartletCatalogIconsSuffixNormal @"normal"
  16. #define NIMKit_ChartletChartletCatalogIconsSuffixHighLight @"highlighted"
  17. #define NIMKit_EmojiLeftMargin 8
  18. #define NIMKit_EmojiRightMargin 8
  19. #define NIMKit_EmojiTopMargin 14
  20. #define NIMKit_DeleteIconWidth 43.0
  21. #define NIMKit_DeleteIconHeight 43.0
  22. #define NIMKit_EmojCellHeight 46.0
  23. #define NIMKit_EmojImageHeight 43.0
  24. #define NIMKit_EmojImageWidth 43.0
  25. #define NIMKit_EmojRows 3
  26. //贴图
  27. #define NIMKit_PicCellHeight 76.0
  28. #define NIMKit_PicImageHeight 70.f
  29. #define NIMKit_PicImageWidth 70.f
  30. #define NIMKit_PicRows 2
  31. #endif