remove unwanted code

This commit is contained in:
Suresh, Kamlesh 2020-07-16 10:00:08 -04:00
parent 338e30c33f
commit c38d873447

View File

@ -8,10 +8,6 @@
import UIKit
enum AlertActionError: Error {
case notAnAlertAction
}
extension UIAlertAction.Style: Codable {
init(rawValue: String) {