Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F14177140
PostCollection.swift
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
425 B
Subscribers
None
PostCollection.swift
View Options
import
Foundation
struct
PostCollection
:
Identifiable
,
Hashable
{
let
id
=
UUID
()
let
title
:
String
}
let
allPostsCollection
=
PostCollection
(
title
:
"All Posts"
)
let
draftsCollection
=
PostCollection
(
title
:
"Drafts"
)
#if
DEBUG
let
userCollection1
=
PostCollection
(
title
:
"Collection 1"
)
let
userCollection2
=
PostCollection
(
title
:
"Collection 2"
)
let
userCollection3
=
PostCollection
(
title
:
"Collection 3"
)
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Thu, Apr 2, 5:41 AM (13 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3678589
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment