| 1234567891011121314151617181920 |
- //
- // AnimateConfigModel.m
- // BuguLive
- //
- // Created by apple on 16/6/5.
- // Copyright © 2016年 xfg. All rights reserved.
- //
- #import "AnimateConfigModel.h"
- @implementation AnimateConfigModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName
- {
- return @{
- @"Id" : @"id",
- };
- }
- @end
|