mvm_core_ui/MVMCoreUI/Styles/VogueProtocol.swift
Kevin G Christiano 1758192edf decent state
2020-04-01 17:03:03 -04:00

24 lines
390 B
Swift

//
// VogueProtocol.swift
// MVMCoreUI
//
// Created by Kevin Christiano on 4/1/20.
// Copyright © 2020 Verizon Wireless. All rights reserved.
//
import Foundation
public protocol VogueProtocol {
}
public protocol VogueViewProtocol {
}
public protocol VogueTextProtocol: VogueProtocol {
func styleFont(_ font: UIFont)
func styleTextColor(_ textColor: UIColor)
}