mvm_core_ui/MVMCoreUI/Molecules/ScrollerModel.swift
Pfeil, Scott Robert f5ed509a39 renaming
2020-01-21 15:33:27 -05:00

15 lines
333 B
Swift

//
// ScrollerModel.swift
// MVMCoreUI
//
// Created by Scott Pfeil on 1/13/20.
// Copyright © 2020 Verizon Wireless. All rights reserved.
//
import UIKit
public class ScrollerModel: MoleculeContainerModel, MoleculeModelProtocol {
public static var identifier: String = "scroller"
public var backgroundColor: Color?
}