AnimateConfigModel.m 316 B

1234567891011121314151617181920
  1. //
  2. // AnimateConfigModel.m
  3. // BuguLive
  4. //
  5. // Created by apple on 16/6/5.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import "AnimateConfigModel.h"
  9. @implementation AnimateConfigModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"Id" : @"id",
  14. };
  15. }
  16. @end