remove title

This commit is contained in:
Kevin G Christiano 2020-04-20 14:20:34 -04:00
parent 805c4f40ab
commit 6b02d04866
2 changed files with 1 additions and 4 deletions

View File

@ -9,7 +9,6 @@
import UIKit
@objcMembers public class ActionCollapseNotificationModel: ActionModelProtocol {
public var title: String?
public static var identifier: String = "collapseNotification"
public var actionType: String

View File

@ -9,9 +9,7 @@
import Foundation
public class ActionOpenPanelModel: ActionModelProtocol {
public var title: String?
public enum Panel: String, Codable {
case left
case right