// // YOUPAINIMInputEmoticonTabView.h // NIMKit // // Created by chris. // Copyright (c) 2015年 NetEase. All rights reserved. // #import @class YOUPAINIMInputEmoticonTabView; @protocol NIMInputEmoticonTabDelegate - (void)tabView:(YOUPAINIMInputEmoticonTabView *)tabView didSelectTabIndex:(NSInteger) index; @end @interface YOUPAINIMInputEmoticonTabView : UIControl @property (nonatomic,strong) UIButton * sendButton; @property (nonatomic,weak) id delegate; - (void)youpaifselectTabIndex:(NSInteger)index; - (void)youpaifloadCatalogs:(NSArray*)emoticonCatalogs; @end