Initial commit
This commit is contained in:
8
WhiteNights/Models/ArticleMedia.swift
Normal file
8
WhiteNights/Models/ArticleMedia.swift
Normal file
@ -0,0 +1,8 @@
|
||||
import Foundation
|
||||
|
||||
struct ArticleMedia: Decodable, Identifiable {
|
||||
let id: String
|
||||
let filename: String
|
||||
let media_name: String
|
||||
let media_type: Int
|
||||
}
|
Reference in New Issue
Block a user