LZBEmojiButton.h 353 B

1234567891011121314151617
  1. //
  2. // LZBEmojiButton.h
  3. // LZBKeyBoardView
  4. //
  5. // demo地址:https://github.com/lzbgithubcode/LZBKeyBoardView.git
  6. // Created by zibin on 16/12/6.
  7. // Copyright © 2016年 apple. All rights reserved.
  8. //
  9. #import <UIKit/UIKit.h>
  10. #import "LZBEmojiModel.h"
  11. @interface LZBEmojiButton : UIButton
  12. @property (nonatomic, strong) LZBEmojiModel *model;
  13. @end