Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F14177099
PostCollection.swift
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
355 B
Subscribers
None
PostCollection.swift
View Options
import
Foundation
import
WriteFreely
class
PostCollection
:
Identifiable
{
let
id
=
UUID
()
var
title
:
String
var
wfCollection
:
WFCollection
?
init
(
title
:
String
)
{
self
.
title
=
title
}
}
extension
PostCollection
{
static
func
==
(
lhs
:
PostCollection
,
rhs
:
PostCollection
)
->
Bool
{
return
lhs
.
id
==
rhs
.
id
}
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Thu, Apr 2, 5:40 AM (15 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3678484
Attached To
rWFSUI WriteFreely SwiftUI
Event Timeline
Log In to Comment