mirror of
https://github.com/metabolist/metatext
synced 2024-12-12 01:16:46 +01:00
12 lines
230 B
Swift
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
|
|
}
|
|
}
|