YXMyDeviceModel.m 286 B

12345678910111213141516171819202122
  1. //
  2. // YXMyDeviceModel.m
  3. // Temperature
  4. //
  5. // Created by TC on 2025/3/22.
  6. //
  7. #import "YXMyDeviceModel.h"
  8. @implementation YXMyDeviceModel
  9. + (NSDictionary *)objectClassInArray
  10. {
  11. return @{ @"consumables": @"YXConsumablesModel"};
  12. }
  13. @end
  14. @implementation YXConsumablesModel
  15. @end