单军华
2018-07-19 83b9d5c682b21d88133f24da0f94dd56bd79e687
screendisplay/Pods/HMEmoticon/????/Emoticon/HMEmoticonTipView.h
New file
@@ -0,0 +1,16 @@
//
//  HMEmoticonTipView.h
//  表情键盘
//
//  Created by 刘凡 on 16/3/5.
//  Copyright © 2016年 itcast. All rights reserved.
//
#import <UIKit/UIKit.h>
@class HMEmoticon;
/// 表情提示视图
@interface HMEmoticonTipView : UIImageView
/// 表情模型
@property (nonatomic, nullable) HMEmoticon *emoticon;
@end