mastodon-app-ufficiale-ipho.../Mastodon/Helper/MastodonStatusContent+Appea...

18 lines
430 B
Swift
Raw Normal View History

//
// MastodonStatusContent+Appearance.swift
// Mastodon
//
// Created by Cirno MainasuK on 2021-6-20.
//
import UIKit
extension MastodonStatusContent {
2021-07-19 11:12:45 +02:00
public struct Appearance {
let attributes: [NSAttributedString.Key: Any]
let urlAttributes: [NSAttributedString.Key: Any]
let hashtagAttributes: [NSAttributedString.Key: Any]
let mentionAttributes: [NSAttributedString.Key: Any]
}
}