package com.camilstaps.common; /** * Created by camilstaps on 15-4-15. */ public interface Sharable { public abstract T getItem(int id); public abstract int getMenuId(); }