6 lines
59 B
PHP
6 lines
59 B
PHP
<?php
|
|
namespace SmsGateway;
|
|
|
|
interface BackendInterface
|
|
{
|
|
} |