// // EmojiButton.h // BuguLive // // Created by 朱庆彬 on 2017/8/15. // Copyright © 2017年 xfg. All rights reserved. // #import @class EmojiObj; @interface EmojiButton : UIButton @property (nonatomic, strong) EmojiObj *emojiIcon; @end