Permalink
Cannot retrieve contributors at this time
10 lines (8 sloc)
234 Bytes
|
package ir.oviessi.singleactivitypattern.bases |
|
|
|
import ir.oviessi.singleactivitypattern.NavigationManager |
|
|
|
/** |
|
* Created by abbas on 1/22/18. |
|
*/ |
|
interface HasNavigationManager { |
|
fun provideNavigationManager():NavigationManager |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.