DeviceInterface.php 111 B

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