Requests WIP
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public extension Rant {
|
||||
public enum Kind: Int {
|
||||
case rant = 1
|
||||
case collaboration = 2
|
||||
case meme = 3
|
||||
case question = 4
|
||||
case devRant = 5
|
||||
case random = 6
|
||||
//case undefined = 7 // Not available anymore in the official app
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user