// // NYLIVipCoachContentView.m // jiaPei // // Created by Ning.ge on 2025/1/24. // Copyright © 2025 JCZ. All rights reserved. // #import "NYLIVipCoachContentView.h" @interface NYLIVipCoachContentView(){ } @end @implementation NYLIVipCoachContentView + (nonnull instancetype)createVipCoachContentView { NYLIVipCoachContentView *view = [[[NSBundle mainBundle] loadNibNamed:@"NYLIVipCoachContentView" owner:nil options:nil] lastObject]; return view; } @end