재생목록 만들기 페이지 추가
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// PlaylistContentIdAndOrder.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 12/8/24.
|
||||
//
|
||||
|
||||
struct PlaylistContentIdAndOrder: Encodable {
|
||||
let contentId: Int
|
||||
let order: Int
|
||||
}
|
||||
Reference in New Issue
Block a user