10 lines
127 B
Java

package com.magamochi.model.enumeration;
public enum MangaStatus {
ONGOING,
COMPLETED,
HIATUS,
CANCELLED,
UNKNOWN
}