2021-09-23 18:10:20 +08:00
|
|
|
//
|
|
|
|
// XCShareItemCell.h
|
|
|
|
// XCRoomMoudle
|
|
|
|
//
|
|
|
|
// Created by KevinWang on 2018/9/2.
|
|
|
|
// Copyright © 2018年 YiZhuan. All rights reserved.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
2021-11-23 19:27:18 +08:00
|
|
|
#import "XPShareItem.h"
|
2021-09-23 18:10:20 +08:00
|
|
|
|
2021-11-23 19:27:18 +08:00
|
|
|
@interface XPShareItemCell : UICollectionViewCell
|
2021-09-23 18:10:20 +08:00
|
|
|
|
2021-11-23 19:27:18 +08:00
|
|
|
@property (nonatomic, strong) XPShareItem *shareItem;
|
2021-09-23 18:10:20 +08:00
|
|
|
|
|
|
|
@end
|