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

5 lines
70 B
Swift

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