Code Cleanup

This commit is contained in:
Prathamesh More 2021-12-05 23:39:48 +05:30
parent 350cba2042
commit 9af80592b3
4 changed files with 21 additions and 16 deletions

View file

@ -0,0 +1,5 @@
package code.name.monkey.retromusic.interfaces
interface IScrollHelper {
fun scrollToTop()
}