1
0
Fork 0
smsgateway/src/SmsGateway/BackendInterface.php

6 lines
59 B
PHP

<?php
namespace SmsGateway;
interface BackendInterface
{
}