12345678910111213141516171819 |
- //
- // JLMyFacePackgeCell.h
- // shiku_im
- //
- // Created by JayLuo on 2019/12/12.
- // Copyright © 2019 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JLFacePackgeModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface JLMyFacePackgeCell : UICollectionViewCell
- @property(nonatomic, strong) JLFacePackgeModel *model;
- @property (nonatomic, copy) void (^JLMyFacePackgeCellDeleteCallBack)(NSString *faceName);
- @end
- NS_ASSUME_NONNULL_END
|