Files
yinmeng-ios/xplan-ios/Main/Tabbar/View/NewUserRecharge/XPNewUserGreetRoomAlertView.h

18 lines
354 B
C
Raw Normal View History

2022-06-02 18:53:45 +08:00
//
// 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