1234567891011121314151617181920212223 |
- //
- // YOUPAILZLiveShareModel.m
- // TIANYAN
- //
- // Created by CY on 2021/5/20.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import "YOUPAILZLiveShareModel.h"
- @implementation YOUPAILZLiveShareModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"youpaiptitle":@"title",
- @"youpaipcontent":@"content",
- @"youpaipurl":@"url",
- @"youpaipimage_url":@"image_url",
- };
- }
- @end
|