6 lines
98 B
Java
6 lines
98 B
Java
package ru.soune.nocopy.entity.notification;
|
|
|
|
public enum NotificationStatus {
|
|
NEW, READIED
|
|
}
|