TipoReaccion.java 66 Bytes
Newer Older
Joel Florentin committed
1 2 3 4 5
package twitter;

public enum TipoReaccion {
    RETWEET, LIKE;
}