DeviceInterface.php 110 B

12345678
  1. <?php
  2. namespace DeviceBundle\Interfaces;
  3. interface DeviceInterface
  4. {
  5. public function getDeviceData();
  6. }