init: init proj
This commit is contained in:
7
DDYSClient/Models/Episode.swift
Normal file
7
DDYSClient/Models/Episode.swift
Normal file
@@ -0,0 +1,7 @@
|
||||
import Foundation
|
||||
|
||||
struct Episode: Identifiable, Codable, Hashable {
|
||||
let id: Int
|
||||
let name: String // "第01集"
|
||||
let url: String // m3u8 地址
|
||||
}
|
||||
Reference in New Issue
Block a user