설정 페이지 추가
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// UpdateNotificationSettingRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/10.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct UpdateNotificationSettingRequest: Encodable {
|
||||
var live: Bool? = nil
|
||||
var uploadContent: Bool? = nil
|
||||
var message: Bool? = nil
|
||||
}
|
||||
Reference in New Issue
Block a user