PhoneTimeInfoModel.m 335 B

1234567891011121314151617181920212223242526
  1. //
  2. // PhoneTimeInfoModel.m
  3. // VclustersGemini
  4. //
  5. // Created by APPLE on 2020/10/9.
  6. // Copyright © 2020 APPLE. All rights reserved.
  7. //
  8. #import "PhoneTimeInfoModel.h"
  9. @implementation PhoneTimeInfoModel
  10. + (BOOL)propertyIsOptional:(NSString *)propertyName{
  11. return YES;
  12. }
  13. @end
  14. @implementation PhoneTimeInfoDataModel
  15. @end