// // constants.swift // Firebase test // // Created by Max Hunt on 06/05/2020. // Copyright © 2020 smt. All rights reserved. // import Foundation struct Constants { struct Storyboard { static let homeViewController = "HomeVC" } }