// // YOUPAILZVipCarModel.m // VQU // // Created by CY on 2021/8/21. // Copyright © 2021 MS. All rights reserved. // #import "YOUPAILZVipCarModel.h" @implementation YOUPAILZVipCarModel - (instancetype)init { self = [super init]; if (self) { } return self; } - (id) initWithCoder: (NSCoder *)decoder { if (self = [super init]) { unsigned int count = 0; //获取类中所有成员变量名 Ivar *ivar = class_copyIvarList([YOUPAILZVipCarModel class], &count); for (int i = 0; i