Tusker/Pachyderm/Response/Empty.swift

14 lines
193 B
Swift
Raw Normal View History

2018-09-11 14:52:21 +00:00
//
// Empty.swift
// Pachyderm
//
// Created by Shadowfacts on 9/9/18.
// Copyright © 2018 Shadowfacts. All rights reserved.
//
import Foundation
public struct Empty: Decodable {
}