// // YOUPAILZLiveStartPKModel.h // TIANYAN // // Created by CY on 2021/5/31. // Copyright © 2021 leo. All rights reserved. // #import #import "YOUPAILCUserShowInfo.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAILZLiveStartPKModel : NSObject @property (nonatomic, strong) YOUPAILCUserShowInfo *youpaipto_user; // 被连麦者的用户信息 @property (nonatomic, strong) YOUPAILCUserShowInfo *youpaipfrom_user; // 发起方用户信息 @property (nonatomic, strong) NSString *youpaipto_roomid; // 被叫方的频道号 @property (nonatomic, strong) NSString *youpaippk_id; // pk信息id @property (nonatomic, strong) NSString *youpaipfrom_roomid; // 发起方频道id @end NS_ASSUME_NONNULL_END