metatext-app-ios-iphone-ipad/MastodonAPI/Sources/MastodonAPIStubs/PreferencesEndpoint+Stubbin...

12 lines
230 B
Swift

// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
import MastodonAPI
import Stubbing
extension PreferencesEndpoint: Stubbing {
public func data(url: URL) -> Data? {
StubData.preferences
}
}