IDashboard.class.php 55 B

1234
  1. <?php
  2. interface IDashboard {
  3. public function home();
  4. }