navigation and template
This commit is contained in:
parent
f467a4445f
commit
8124292b7d
@ -10,7 +10,9 @@ import Foundation
|
||||
|
||||
@objcMembers public class ActionBackModel: ActionModelProtocol {
|
||||
public static var identifier: String = "back"
|
||||
public var actionType: String
|
||||
public var actionType: String = ActionBackModel.identifier
|
||||
public var extraParameters: JSONValueDictionary?
|
||||
public var analyticsData: JSONValueDictionary?
|
||||
|
||||
public init() {}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user