package com.tevinjeffrey.rutgersct.ui.base; public interface View { enum LayoutType { EMPTY, ERROR, LIST } }