// // RQProfileVipItemViewModel.m // jiaPei // // Created by 张嵘 on 2022/4/29. // Copyright © 2022 JCZ. All rights reserved. // #import "RQProfileVipItemViewModel.h" @implementation RQProfileVipItemViewModel - (instancetype)init { if (self = [super init]) { self.itemSize = CGSizeMake(RQ_FIT_HORIZONTAL(331.f), RQ_FIT_HORIZONTAL(169.f)); } return self; } @end