events.interface.php 34 B

12345
  1. <?php
  2. interface Events {
  3. }
  4. ?>