Files
yinmeng-ios/xplan-ios/Main/Room/View/BaseUIContainerView/XPRoomDatingWebAlertView.h

18 lines
277 B
C
Raw Normal View History

2022-01-04 21:41:06 +08:00
//
// 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