Files
omnivore/apple/OmnivoreKit/Sources/Models/EmptyResponse.swift
2022-02-11 09:24:33 -08:00

6 lines
70 B
Swift

import Foundation
public struct EmptyResponse {
public init() {}
}