본인인증 완료

- 남성이면 남성향, 여성이면 여성향으로 콘텐츠 보기 설정이 변경되도록 수정
This commit is contained in:
Yu Sung
2025-02-20 03:16:13 +09:00
parent e09f932550
commit e641636007
2 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
//
// AuthResponse.swift
// SodaLive
//
// Created by klaus on 2/3/25.
//
struct AuthResponse: Decodable {
let gender: Int
}