Files
POCloud-iOS/pocloud/Model/MeshifyValue.swift
Patrick McDonagh 95467f9161 Adds firebase live data
Also no longer crashes when touching something while loading
2018-05-31 19:55:47 -05:00

16 lines
270 B
Swift

//
// MeshifyValue.swift
// pocloud
//
// Created by Patrick McDonagh on 5/31/18.
// Copyright © 2018 patrickjmcd. All rights reserved.
//
import Foundation
class MeshifyValue {
var name : String = ""
var value : String = ""
var timestamp : Int = 0
}