mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-25 06:53:00 +00:00
8 lines
80 B
PHP
8 lines
80 B
PHP
|
<?php
|
||
|
|
||
|
namespace AirQuality\Repositories;
|
||
|
|
||
|
interface IDeviceRepository {
|
||
|
|
||
|
}
|