Comment to differenciate SwiftUI.Visibility

This commit is contained in:
Lumaa 2024-08-11 16:24:32 +02:00
parent 43ba1930ed
commit 1a982bdf1e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
import Foundation
/// Mastodon visibility strings
public enum Visibility: String, Codable, CaseIterable, Hashable, Equatable, Sendable {
case pub = "public"
case unlisted