18 lines
270 B
Objective-C
18 lines
270 B
Objective-C
//
|
|
// YMRoomDatingWebAlertView.h
|
|
// YUMI
|
|
//
|
|
// Created by YUMI 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
|