metatext/DB/Sources/DB/Entities/ProfileCollection.swift

10 lines
200 B
Swift
Raw Normal View History

2020-09-18 00:16:41 +00:00
// Copyright © 2020 Metabolist. All rights reserved.
import Foundation
2020-09-27 02:03:53 +00:00
public enum ProfileCollection: String, Codable, CaseIterable {
2020-09-18 00:16:41 +00:00
case statuses
case statusesAndReplies
case media
}