From c38d873447a1df4cec8ac312fbed2d18f97b8343 Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Thu, 16 Jul 2020 10:00:08 -0400 Subject: [PATCH] remove unwanted code --- .../Models/ActionType/UIAlertActionStyle+Codable.swift | 4 ---- 1 file changed, 4 deletions(-) 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) {