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

6 lines
58 B
PHP

<?php
namespace SmsGateway;
interface SenderInterface
{
}