Page MenuHomeMusing Studio

PostCollection.swift
No OneTemporary

PostCollection.swift

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

Mime Type
text/x-c
Expires
Thu, Apr 2, 5:41 AM (11 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3678589

Event Timeline