20 lines
331 B
Swift
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() {
|
|
|
|
}
|
|
|
|
}
|