12345678910111213141516171819 |
- //
- // KXAdAlertModel.m
- // advert
- //
- // Created by 王伟 on 2018/7/23.
- // Copyright © 2018年 王伟. All rights reserved.
- //
- #import "KXAdAlertModel.h"
- @implementation KXAdAlertModel
- + (NSDictionary *)mj_replacedKeyFromPropertyName {
- return @{@"ID": @"id"};
- }
- @end
|