package com.cjj.nices.callback; public interface NavigationDrawerCallbacks { void onNavigationDrawerItemSelected(int position); }