18 lines
354 B
C
18 lines
354 B
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
|