单军华
2018-07-11 7b02207537d35bfa1714bf8beafc921f717d100a
screendisplay/Pods/HMEmoticon/????/Emoticon/HMEmoticonButton.h
New file
@@ -0,0 +1,21 @@
//
//  HMEmoticonButton.h
//  表情键盘
//
//  Created by 刘凡 on 16/3/5.
//  Copyright © 2016年 itcast. All rights reserved.
//
#import <UIKit/UIKit.h>
@class HMEmoticon;
/// 表情按钮
@interface HMEmoticonButton : UIButton
+ (nonnull instancetype)emoticonButtonWithFrame:(CGRect)frame tag:(NSInteger)tag;
/// 是否删除按钮
@property (nonatomic, getter=isDeleteButton) BOOL deleteButton;
/// 表情模型
@property (nonatomic, nullable) HMEmoticon *emoticon;
@end