jsoncreator_app/JSONCreator_iOS/JSONCreator/AtomicAPI.swift
2020-01-28 11:54:24 -05:00

20 lines
331 B
Swift

//
// AtomicAPI.swift
// JSONCreator
//
// Created by Kevin Christiano on 1/28/20.
// Copyright © 2020 Verizon Wireless. All rights reserved.
//
import Foundation
class AtomicAPI {
/// Pulls the latest state of a all stored structures in the the Atomic DB.
static func syncStructures() {
}
}