import SwiftUI enum ActionSheets: String { case foo case bar } extension ActionSheets: Identifiable { var id: String { rawValue } } struct ...
確定! 回上一頁