mvm_core_ui/MVMCoreUI/Actions/ActionCollapseNotificationModel.swift
2020-04-16 09:05:09 -04:00

19 lines
486 B
Swift

//
// ActionCollapseNotificationModel.swift
// MVMCore
//
// Created by Ryan on 3/17/20.
// Copyright © 2020 myverizon. All rights reserved.
//
import UIKit
@objcMembers public class ActionCollapseNotificationModel: ActionModelProtocol {
public var title: String?
public static var identifier: String = "collapseNotification"
public var actionType: String
public var extraParameters: JSONValueDictionary?
public var analyticsData: JSONValueDictionary?
}