diff --git a/MVMCore/MVMCore/Models/ActionType/UIAlertActionStyle+Codable.swift b/MVMCore/MVMCore/Models/ActionType/UIAlertActionStyle+Codable.swift index bbf13b3..bb3f5bd 100644 --- a/MVMCore/MVMCore/Models/ActionType/UIAlertActionStyle+Codable.swift +++ b/MVMCore/MVMCore/Models/ActionType/UIAlertActionStyle+Codable.swift @@ -8,10 +8,6 @@ import UIKit -enum AlertActionError: Error { - case notAnAlertAction -} - extension UIAlertAction.Style: Codable { init(rawValue: String) {