1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00

Update interface alias comment

This commit is contained in:
Allan Wang 2019-07-01 11:58:10 -07:00
parent 42caa8a566
commit 70b42ba365
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56

View File

@ -80,5 +80,8 @@ class SwipeRefreshLayout @JvmOverloads constructor(context: Context, attrs: Attr
}
}
/**
* Alias for adding on refresh listener
*/
interface OnRefreshListener : SwipeRefreshLayout.OnRefreshListener
}