Visual_Novel_iOS/crush/Crush/Src/Components/UI/Alert/Alert.swift

21 lines
234 B
Swift

//
// File.swift
// Crush
//
// Created by Leon on 2025/7/14.
//
import UIKit
class Alert: EGNewNormalAlert {
}
class AlertAction: EGNewAlertAction {
}
class Sheet: EGActionSheet {
}
class SheetAction: EGActionSheetAction {
}