// // YOUPAILZChatRoomSeatModel.m // VQU // // Created by CY on 2021/10/28. // Copyright © 2021 MS. All rights reserved. // #import "YOUPAILZChatRoomSeatModel.h" @implementation YOUPAILZChatRoomSeatModel - (BOOL)youpaipisDisableMicrophone{ if (self.youpaipsay == 3) { return YES; }else{ return NO; } } + (NSDictionary *)mj_replacedKeyFromPropertyName { return @{ @"youpaipisDisableSendMessage":@"isDisableSendMessage", @"youpaipisDisableMicrophone":@"isDisableMicrophone", @"youpaipseatState":@"status", @"youpaipseatType":@"seatType", @"youpaipisTalking":@"isTalking", @"youpaipisEmoji":@"isEmoji", @"youpaipemojiImg":@"emojiImg", @"youpaipseatName":@"seatName", @"youpaipseatIndex":@"seatIndex", @"youpaipsay":@"say", @"youpaipuserInfo":@"userInfo", @"youpaipisSelected":@"isSelected", @"youpaiphat_url":@"hat_url", @"youpaipseat_selected":@"seat_selected", }; } @end