17 lines
298 B
Objective-C
17 lines
298 B
Objective-C
//
|
|
// QXGroupSettingInfoModel.m
|
|
// QXLive
|
|
//
|
|
// Created by 启星 on 2026/1/2.
|
|
//
|
|
|
|
#import "QXGroupSettingInfoModel.h"
|
|
|
|
@implementation QXGroupSettingInfoModel
|
|
+(NSDictionary<NSString *,id> *)modelContainerPropertyGenericClass{
|
|
return @{
|
|
@"user_list" : @"QXUserModel",
|
|
};
|
|
}
|
|
@end
|