YOUPAILZShareApplicationModel.m 683 B

123456789101112131415161718192021222324252627
  1. //
  2. // YOUPAILZShareApplicationModel.m
  3. // VQU
  4. //
  5. // Created by CY on 2021/9/28.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import "YOUPAILZShareApplicationModel.h"
  9. @implementation YOUPAILZShareApplicationModel
  10. + (NSDictionary *)mj_replacedKeyFromPropertyName
  11. {
  12. return @{
  13. @"youpaipposterPicUrl":@"posterPicUrl",
  14. @"youpaipbottomColor":@"bottomColor",
  15. @"youpaipcontent":@"content",
  16. @"youpaipcontentColor":@"contentColor",
  17. @"youpaipqCodeContent":@"qCodeContent",
  18. @"youpaipbuttonStartColor":@"buttonStartColor",
  19. @"youpaipbuttonEndColor":@"buttonEndColor",
  20. @"youpaipbuttonText":@"buttonText",
  21. };
  22. }
  23. @end