idfa 업데이트 추가

This commit is contained in:
Yu Sung
2024-02-27 01:10:32 +09:00
parent 68ac0a4e76
commit 91504bbda9
5 changed files with 47 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
//
// IdfaUpdateRequest.swift
// SodaLive
//
// Created by klaus on 2/26/24.
//
import Foundation
struct IdfaUpdateRequest: Encodable {
let adid: String
}