11 lines
133 B
Swift
11 lines
133 B
Swift
//
|
|
// AuthResponse.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 2/3/25.
|
|
//
|
|
|
|
struct AuthResponse: Decodable {
|
|
let gender: Int
|
|
}
|