document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  
  2. /**
  3.  * Home Class
  4.  *
  5.  * @author RizqiRifaldi
  6.  *
  7.  */
  8. public class Home
  9. {
  10.     private Apps Youtube;
  11.     private Apps Netflix;
  12.     private Movies Money_Heist;
  13.     private TV_Channel MNCTV;
  14.     public SearchBar Search;
  15.     private Time waktu;
  16.     private Recommendation Rekomendasi;
  17.     private Profile user;
  18.     private Settings TV;
  19. }
  20.  
');