iot-firebase/IoT-iOS/Firebase test/constants.swift
2020-10-05 10:08:16 +01:00

16 lines
254 B
Swift

//
// 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"
}
}