// // XYLiveRoomShareView.h // Starbuds // // Created by pajia on 2020/1/14. // Copyright © 2020 翟玉磊. All rights reserved. // #import "BaseView.h" #import "XYLiveRoomVCInfo.h" NS_ASSUME_NONNULL_BEGIN @interface XYLiveRoomShareView : BaseView @property (nonatomic, strong) XYLiveRoomVCInfo *liveRoomVCInfo; //type 1直播间 2分享海报 - (void)setup:(int )type; - (void)show; - (void)clear; @end NS_ASSUME_NONNULL_END