mvm_core_ui/MVMCoreUI/BaseClasses/ButtonModelProtocol.swift
Pfeil, Scott Robert 39fc20ef79 cleanup
2020-03-20 15:54:55 -04:00

14 lines
286 B
Swift

//
// ButtonModelProtocol.swift
// MVMCoreUI
//
// Created by Scott Pfeil on 1/28/20.
// Copyright © 2020 Verizon Wireless. All rights reserved.
//
import Foundation
public protocol ButtonModelProtocol: EnableableModelProtocol {
var action: ActionModelProtocol { get set }
}