6 lines
70 B
Swift
6 lines
70 B
Swift
import Foundation
|
|
|
|
public struct EmptyResponse {
|
|
public init() {}
|
|
}
|