Classes
The following classes are available globally.
-
Undocumented
See moreDeclaration
Swift
public class AppKitAttribStringRenderer
-
A simple renderer to adapt HTML content including custom emojis or render them as plain text
See moreDeclaration
Swift
public class UniversalRenderer
-
Undocumented
Declaration
Swift
public final class TootDecoder : JSONDecoder
-
Undocumented
See moreDeclaration
Swift
public final class TootEncoder : JSONEncoder
-
Represents a user and their associated profile.
See moreDeclaration
Swift
public class Account : Codable, Identifiable, @unchecked Sendable
extension Account: Hashable
extension Account: CustomDebugStringConvertible
-
Represents a post posted by an account.
See moreDeclaration
Swift
public class Post : Codable, Identifiable, @unchecked Sendable
extension Post: Hashable