package com.tevinjeffrey.rutgersct.ui.base; //Every fragment that has a toolbar must extend this. public interface BaseToolbarView { void initToolbar(); }