remove title
This commit is contained in:
parent
805c4f40ab
commit
6b02d04866
@ -9,7 +9,6 @@
|
|||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
@objcMembers public class ActionCollapseNotificationModel: ActionModelProtocol {
|
@objcMembers public class ActionCollapseNotificationModel: ActionModelProtocol {
|
||||||
public var title: String?
|
|
||||||
|
|
||||||
public static var identifier: String = "collapseNotification"
|
public static var identifier: String = "collapseNotification"
|
||||||
public var actionType: String
|
public var actionType: String
|
||||||
|
|||||||
@ -9,9 +9,7 @@
|
|||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public class ActionOpenPanelModel: ActionModelProtocol {
|
public class ActionOpenPanelModel: ActionModelProtocol {
|
||||||
public var title: String?
|
|
||||||
|
|
||||||
|
|
||||||
public enum Panel: String, Codable {
|
public enum Panel: String, Codable {
|
||||||
case left
|
case left
|
||||||
case right
|
case right
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user