Bubble/Threaded/Data/AppInfo.swift

12 lines
318 B
Swift
Raw Normal View History

2023-12-29 11:17:37 +01:00
//Made by Lumaa
import Foundation
public enum AppInfo {
public static let scopes = "read write follow"
public static let scheme = "threaded://"
public static let clientName = "ThreadedApp"
public static let defaultServer = "mastodon.social"
public static let website = "https://apps.lumaa.fr/"
}