17 lines
318 B
Objective-C
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
|