// // JLFacePackgeDetailViewHeader.h // shiku_im // // Created by JayLuo on 2019/12/11. // Copyright © 2019 Reese. All rights reserved. // #import #import "JLFacePackgeModel.h" NS_ASSUME_NONNULL_BEGIN @interface JLFacePackgeDetailViewHeader : UICollectionReusableView @property (nonatomic, strong) JLFacePackgeModel *model; @property (nonatomic, copy) void (^JLFacePackgeDetailViewAddCallBack)(); @end NS_ASSUME_NONNULL_END