// // NIMInputEmoticonDefine.h // NIMKit // // Created by chris. // Copyright (c) 2015年 NetEase. All rights reserved. // #ifndef NIMKit_NIMInputEmoticonDefine_h #define NIMKit_NIMInputEmoticonDefine_h #define NIMKit_EmojiCatalog @"default" #define NIMKit_EmojiPath @"Emoji" #define NIMKit_ChartletChartletCatalogPath @"Chartlet" #define NIMKit_ChartletChartletCatalogContentPath @"content" #define NIMKit_ChartletChartletCatalogIconPath @"icon" #define NIMKit_ChartletChartletCatalogIconsSuffixNormal @"normal" #define NIMKit_ChartletChartletCatalogIconsSuffixHighLight @"highlighted" #define NIMKit_EmojiLeftMargin 8 #define NIMKit_EmojiRightMargin 8 #define NIMKit_EmojiTopMargin 14 #define NIMKit_DeleteIconWidth 43.0 #define NIMKit_DeleteIconHeight 43.0 #define NIMKit_EmojCellHeight 46.0 #define NIMKit_EmojImageHeight 43.0 #define NIMKit_EmojImageWidth 43.0 #define NIMKit_EmojRows 3 //贴图 #define NIMKit_PicCellHeight 76.0 #define NIMKit_PicImageHeight 70.f #define NIMKit_PicImageWidth 70.f #define NIMKit_PicRows 2 #endif