1234567891011121314151617181920212223242526 |
- //
- // 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
|