Hibit_iOS/HiBit/Project/Player/Model/GKDUVideoInfoModel.m
2024-06-11 10:51:38 +08:00

15 lines
240 B
Objective-C

//
// GKDUVideoInfoModel.m
// QinJiuTV
//
// Created by HI_LOSER on 2024/5/28.
//
#import "GKDUVideoInfoModel.h"
@implementation GKDUVideoInfoModel
+ (NSDictionary *)mj_replacedKeyFromPropertyName{
return @{@"vid" : @"id"};
}
@end