Files
ccn/Packages/Infrastructure/Tests/Utils/Assets/StubAsset.swift
T

12 lines
207 B
Swift
Raw Normal View History

import Infrastructure
/// An ``Asset`` with a fixed file name and set of extensions.
struct StubAsset: Asset {
// MARK: Properties
let fileExtensions: [AssetExtension]
let fileName: String
}