// // PhoneTimeInfoModel.m // VclustersGemini // // Created by APPLE on 2020/10/9. // Copyright © 2020 APPLE. All rights reserved. // #import "PhoneTimeInfoModel.h" @implementation PhoneTimeInfoModel + (BOOL)propertyIsOptional:(NSString *)propertyName{ return YES; } @end @implementation PhoneTimeInfoDataModel @end