Back to project page StravaFlow.
The source code is released under:
MIT License
If you think the Android project StravaFlow listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package me.mattlogan.stravaflow.ui.activity; import me.mattlogan.stravaflow.api.StravaApi; public interface StravaApiInjector { public StravaApi getStravaApi(); }