Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. /**
  2. * Save all the things!
  3. **/
  4.  
  5. interface SaveThings {
  6.  
  7. fun saveFoo(foo: Foo)
  8.  
  9. fun saveBar(bar: Bar)
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement