EmojiButton.h 266 B

1234567891011121314151617
  1. //
  2. // EmojiButton.h
  3. // BuguLive
  4. //
  5. // Created by 朱庆彬 on 2017/8/15.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class EmojiObj;
  10. @interface EmojiButton : UIButton
  11. @property (nonatomic, strong) EmojiObj *emojiIcon;
  12. @end