Sessions
shareboard_is
>
usecase.post
>
PostType.java
PostType.java
package usecase.post;
public enum PostType {
IMG,TEXT
}