Page MenuHomeMusing Studio

CollectionListModel.swift
No OneTemporary

CollectionListModel.swift

import SwiftUI
struct CollectionListModel {
private(set) var userCollections: [PostCollection] = []
private(set) var collectionsList: [PostCollection]
init() {
collectionsList = [ allPostsCollection, draftsCollection ]
#if DEBUG
userCollections = [ userCollection1, userCollection2, userCollection3 ]
#endif
for userCollection in userCollections {
collectionsList.append(userCollection)
}
}
}

File Metadata

Mime Type
text/x-c
Expires
Fri, Oct 10, 3:19 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3441041

Event Timeline