SolverInterface.php 62B

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