aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/lacolaco/smileessence/notification/NotificationType.java
blob: a777816f096c074784daf45be55438f130fc8eed (plain)
1
2
3
4
5
6
7
package net.lacolaco.smileessence.notification;

public enum NotificationType
{
    INFO,
    ALERT;
}