Files
yuyin_ios/SweetParty/主类/音悦新增/申请上麦/YYApplyUpMicModel.m

23 lines
377 B
Mathematica
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// YYApplyUpMicModel.m
// YaYin
//
// Created by bj_szd on 2023/4/27.
// Copyright © 2023 YaYin. All rights reserved.
//
#import "YYApplyUpMicModel.h"
@implementation YYApplyUpMicModel
+ (NSDictionary *)mj_objectClassInArray
{
return @{@"priority_aisle":[YYApplyUpUser class], @"common_aisle":[YYApplyUpUser class]};
}
@end
@implementation YYApplyUpUser
@end