Files
peko-ios/YuMi/Modules/YMMine/View/Noble/View/SubViews/XPNobleCenterEntranceView.h
2024-04-03 21:28:30 +08:00

22 lines
380 B
Objective-C

//
// XPNobleCenterEntranceView.h
// xplan-ios
//
// Created by GreenLand on 2022/1/6.
//
#import <UIKit/UIKit.h>
#import "NobleInfo.h"
#import "NobleCenterModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPNobleCenterEntranceView : UIView
@property (nonatomic, strong) NobleInfo *vipInfo;
@property (nonatomic, strong) NobleCenterModel *nobleInfo;
@end
NS_ASSUME_NONNULL_END