18 lines
309 B
Swift
18 lines
309 B
Swift
//
|
|
// NavigationItemModelProtocol.swift
|
|
// MVMCoreUI
|
|
//
|
|
// Created by Scott Pfeil on 3/12/20.
|
|
// Copyright © 2020 Verizon Wireless. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public protocol NavigationItemModelProtocol: ModelProtocol {
|
|
|
|
}
|
|
|
|
public protocol NavigationItemButtonModelProtocol {
|
|
|
|
}
|