remove title

This commit is contained in:
Kevin G Christiano 2020-04-20 14:22:54 -04:00
parent 6b02d04866
commit 8c662a0992

View File

@ -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