mvm_core_ui/MVMCoreUI/Templates/MoleculeStackCenteredTemplate.swift
Pfeil, Scott Robert 0f5cb47765 molecule list
moduleMolecule
2019-05-23 18:32:11 -04:00

16 lines
339 B
Swift

//
// MoleculeStackCenteredTemplate.swift
// MVMCoreUI
//
// Created by Scott Pfeil on 2/12/19.
// Copyright © 2019 Verizon Wireless. All rights reserved.
//
import UIKit
public class MoleculeStackCenteredTemplate: MoleculeStackTemplate {
public override func spaceBetweenTopAndMiddle() -> CGFloat? {
return nil
}
}