// // YXAlertView.h // Temperature // // Created by TC on 2025/4/25. // #import NS_ASSUME_NONNULL_BEGIN @interface YXAlertView : UIView //用户协议:https://app.yongxulvjian.com/#/ServiceAgreement //隐私政策:https://app.yongxulvjian.com/#/PrivacyPolicy //@property (nonatomic, copy) NSString *requestURL; @property (nonatomic, copy) void(^cancleBtnClick)(YXAlertView * view); @property (nonatomic, copy) void(^sureBtnClick)(YXAlertView * view); @property (nonatomic, copy) void(^contentClick)(YXAlertView * view, NSString *urlStr); @end NS_ASSUME_NONNULL_END