mvm_core_ui/MVMCoreUI/Models/CollectionCellMoleculeProtocol.swift
2019-12-04 16:59:02 -05:00

15 lines
339 B
Swift

//
// CollectionCellMoleculeProtocol.swift
// MVMCoreUI
//
// Created by Suresh, Kamlesh on 11/26/19.
// Copyright © 2019 Verizon Wireless. All rights reserved.
//
import Foundation
public protocol CollectionCellMoleculeProtocol: ContainerMoleculeProtocol {
var peakingUI: Bool? {get}
var peakingArrowColor: String? {get}
}