mvm_core_ui/MVMCoreUI/Molecules/ScrollerModel.swift
Pfeil, Scott Robert 73c19383b6 Scroller update
2020-01-13 11:08:58 -05:00

15 lines
328 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, MoleculeProtocol {
public static var identifier: String = "scroller"
public var backgroundColor: Color?
}