6 lines
58 B
PHP
6 lines
58 B
PHP
<?php
|
|
namespace SmsGateway;
|
|
|
|
interface SenderInterface
|
|
{
|
|
} |