分享房间

This commit is contained in:
fengshuo
2021-11-23 19:27:18 +08:00
committed by zu
parent e08629544e
commit 463175f4f4
43 changed files with 679 additions and 403 deletions

View 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