GeneratorInterface.php 66B

12345678
  1. <?php
  2. namespace common\logic;
  3. interface GeneratorInterface
  4. {
  5. }