Guest User

Untitled

a guest
Oct 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. class NoteWebClient {
  2.  
  3. fun list(noteResponse: NoteResponse) {
  4. // implementação da função
  5. }
  6.  
  7. fun insert(){
  8.  
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment