mastodon-ios/MastodonSDK/Sources/MastodonSDK/Entity/Mastodon+Entity+Empty.swift

15 lines
168 B
Swift

//
// File.swift
//
//
// Created by sxiaojian on 2021/4/30.
//
import Foundation
extension Mastodon.Entity {
public struct Empty: Codable {
}
}