Files
yinmeng-ios/xplan-ios/Main/Tabbar/View/NewUserRecharge/XPNewUserGreetRoomAlertView.h
2022-08-01 16:46:31 +08:00

18 lines
354 B
Objective-C

//
// XPHomeNewUserGreetView.h
// xplan-ios
//
// Created by 冯硕 on 2022/6/2.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@class NewUserGreetModel;
@interface XPNewUserGreetRoomAlertView : UIView
@property (nonatomic,strong) NewUserGreetModel *greetInfo;
@property (nonatomic,weak) UIViewController* currentVC;
@end
NS_ASSUME_NONNULL_END