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

24 lines
405 B
Objective-C

// Created by lvjunhang on 2019/5/21.
// Copyright © 2023 YUMI. All rights reserved.
#import <UIKit/UIKit.h>
typedef void(^TTPopupCompletionHandler)(void);
typedef NS_ENUM(NSUInteger, TTPopupStyle) {
TTPopupStyleAlert = 0,
TTPopupStyleActionSheet
};
typedef NS_ENUM(NSUInteger, TTPopupPriority) {
TTPopupPriorityNormal = 0,
TTPopupPriorityHigh,
TTPopupPriorityRequired
};