omnivore/apple/OmnivoreKit/Sources/Models/EmptyResponse.swift

6 lines
70 B
Swift
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
import Foundation
public struct EmptyResponse {
public init() {}
}