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