Initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Status.swift
|
||||
// ExodaiAcademy
|
||||
//
|
||||
// Created by Exodai on 23/01/2026.
|
||||
//
|
||||
|
||||
enum Status: String, Codable {
|
||||
case published
|
||||
case draft
|
||||
case planned
|
||||
case inReview
|
||||
case archived
|
||||
case trash
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user