分享房间
This commit is contained in:
16
xplan-ios/Base/UI/ShareView/View/XPShareItemCell.h
Normal file
16
xplan-ios/Base/UI/ShareView/View/XPShareItemCell.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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
|
Reference in New Issue
Block a user