房间分享

This commit is contained in:
liyuhua
2023-09-22 17:43:21 +08:00
parent 210124d1e5
commit 4dfc17afa5
22 changed files with 860 additions and 638 deletions

View File

@@ -1,9 +1,9 @@
//
// YMShareView.h
// YMRoomMoudle
// XCShareView.h
// XCRoomMoudle
//
// Created by YUMI on 2022/9/2.
// Copyright © 2023 YUMI. All rights reserved.
// Created by KevinWang on 2018/9/2.
// Copyright © 2018年 YiZhuan. All rights reserved.
//
#import <UIKit/UIKit.h>
@@ -23,6 +23,8 @@
@interface XPShareView : UIView
@property (nonatomic, weak) id<XCShareViewDelegate> delegate;
@property (nonatomic,assign) BOOL isFromWebVeiw;
- (instancetype)initWithItems:(NSArray<XPShareItem *> *)items itemSize:(CGSize)itemSize shareInfo:(XPShareInfoModel *)shareInfo;