Advertisement
setiyawanarif

remote.php

Feb 24th, 2013
794
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <?php
  2. interface Remote{
  3.  
  4.     public function pindahChanel($chanel);
  5.     public function perbesarSuara($tombol);
  6.     public function  perkecilSuara($tombol);
  7.     public function zoomOutGambar($tombol);
  8.     public function  zoomInGambar($tombol);
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement