Created
August 31, 2018 17:43
-
-
Save ricknout/b58590b8a81050ac9aa3547f8e2e4fde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.nickrout.snaphelperlistener | |
interface OnSnapPositionChangeListener { | |
fun onSnapPositionChange(position: Int) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment