forked from shadowfacts/Tusker
14 lines
193 B
Swift
14 lines
193 B
Swift
|
//
|
||
|
// Empty.swift
|
||
|
// Pachyderm
|
||
|
//
|
||
|
// Created by Shadowfacts on 9/9/18.
|
||
|
// Copyright © 2018 Shadowfacts. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
public struct Empty: Decodable {
|
||
|
|
||
|
}
|