From 8c662a0992f21d0a5410b89fd05ef49260d3acb7 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Mon, 20 Apr 2020 14:22:54 -0400 Subject: [PATCH] remove title --- MVMCoreUI/Actions/ActionTopAlertModel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Actions/ActionTopAlertModel.swift b/MVMCoreUI/Actions/ActionTopAlertModel.swift index dbcf6371..82d9fa17 100644 --- a/MVMCoreUI/Actions/ActionTopAlertModel.swift +++ b/MVMCoreUI/Actions/ActionTopAlertModel.swift @@ -9,7 +9,6 @@ import Foundation @objcMembers public class ActionTopAlertModel: ActionModelProtocol { - public var title: String? public static var identifier: String = "topAlert" public var actionType: String = ActionTopAlertModel.identifier