1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 05:40:32 +05:30
yattee/Fixtures/Playlist+Fixtures.swift

8 lines
167 B
Swift
Raw Normal View History

import Foundation
extension Playlist {
static var fixture: Playlist {
Playlist(id: "ABC", title: "The Playlist", visibility: .public, updated: 1)
}
}