Files
real-e-party-iOS/YuMi/CustomUI/TTPopup/View/TTNewAlertView.h
2025-10-17 14:52:29 +08:00

17 lines
267 B
Objective-C

// Created by duoban on 2023/1/9.
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TTNewAlertView : UIView
@property (nonatomic,copy) NSString *message;
@property (nonatomic, copy) TTPopupCompletionHandler confirmHandle;
@end
NS_ASSUME_NONNULL_END