mvm_core_ui/MVMCoreUI/Molecules/ScrollerModel.swift
Suresh, Kamlesh cbe01463d9 moleculeName
2020-02-19 11:26:24 -05:00

16 lines
397 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 moleculeName: String? = ScrollerModel.identifier
public var backgroundColor: Color?
}