Skip to content

Instantly share code, notes, and snippets.

@tiwiz
Created December 9, 2017 22:29
Show Gist options
  • Save tiwiz/f63ba26364589f0872a8b589c1be08ca to your computer and use it in GitHub Desktop.
Save tiwiz/f63ba26364589f0872a8b589c1be08ca to your computer and use it in GitHub Desktop.
interface ScrollableViewCompat {
fun addOnScrollChangeListener(l: OnScrollChangeObserver)
fun getAttachedActivity() : AppCompatActivity
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment