mvm_core_ui/MVMCoreUI/Actions/ActionCollapseNotificationModel.swift
Pfeil, Scott Robert b302d2ff61 april jira tasks
2020-04-02 19:47:52 -04:00

17 lines
451 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 static var identifier: String = "collapseNotification"
public var actionType: String
public var extraParameters: JSONValueDictionary?
public var analyticsData: JSONValueDictionary?
}