package com.example.singleactivityapp.base;
public interface DrawerActivityInterface {
public void setSelectedDrawerItem(DrawerItemBaseFragment fragment);
// --- Any more methods required for Drawer Fragments would go here and would be implemented in Hosting Activity ---
}