21 lines
234 B
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 {
|
||
|
|
}
|