Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomDatingWebAlertView.h
2022-02-22 15:25:23 +08:00

18 lines
277 B
Objective-C

//
// XPRoomDatingWebAlertView.h
// xplan-ios
//
// Created by 冯硕 on 2022/1/4.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomDatingWebAlertView : UIView
///需要打开的url
@property (nonatomic,copy) NSString *url;
@end
NS_ASSUME_NONNULL_END