Files
yinmeng-ios/xplan-ios/Base/UI/ShareView/View/XPShareItemCell.h
2021-12-02 20:33:26 +08:00

17 lines
318 B
Objective-C

//
// XCShareItemCell.h
// XCRoomMoudle
//
// Created by KevinWang on 2018/9/2.
// Copyright © 2018年 YiZhuan. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "XPShareItem.h"
@interface XPShareItemCell : UICollectionViewCell
@property (nonatomic, strong) XPShareItem *shareItem;
@end