mvm_core_ui/MVMCoreUI/BaseControllers/MVMControllerModelProtocol.swift
Pfeil, Scott Robert d476b9ce14 Navigation fixing
2020-05-18 14:55:29 -04:00

15 lines
330 B
Swift

//
// MVMControllerModelProtocol.swift
// MVMCoreUI
//
// Created by Scott Pfeil on 3/16/20.
// Copyright © 2020 Verizon Wireless. All rights reserved.
//
// A convenience aggregate for common MVM templates.
import Foundation
public protocol MVMControllerModelProtocol: TemplateModelProtocol, FormHolderModelProtocol {
}