Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package com.tugas.smartphone;
  2.  
  3. /**
  4. *
  5. * @author HP
  6. */
  7. public interface Smartphone {
  8. public String Support_wifi();
  9. public String sinyal();
  10. public String camera();
  11. public String sms();
  12. public String internet();
  13. public String panggilan();
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement