1234567891011121314151617 |
- //
- // LZBEmojiButton.h
- // LZBKeyBoardView
- //
- // demo地址:https://github.com/lzbgithubcode/LZBKeyBoardView.git
- // Created by zibin on 16/12/6.
- // Copyright © 2016年 apple. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZBEmojiModel.h"
- @interface LZBEmojiButton : UIButton
- @property (nonatomic, strong) LZBEmojiModel *model;
- @end
|