profileShare

rasmusjy / tasteprint

Read-only snapshot

No repository description.

main default branch 169 files Expires Sep 13, 2026, 9:06 AM
ChallengeStatus.java 104 bytes
1 package com.tasteprint.social;
2
3 public enum ChallengeStatus {
4 UPCOMING,
5 ACTIVE,
6 COMPLETED
7 }
8