Guest User

Untitled

a guest
Jun 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. abstract fun header() : String
  2.  
  3. override fun onResume() {
  4. super.onResume()
  5. (activity as SSBaseActivity).header.text = header()
  6. }
Add Comment
Please, Sign In to add comment