CInterface.php 82 B

1234567
  1. <?php
  2. namespace ClassesWithParents;
  3. interface CInterface extends GInterface
  4. {
  5. }