smsgateway/src/SmsGateway/SenderInterface.php
Gergely Polonkai (W00d5t0ck) 80376ff566 Started rewriting the new version
json_sms.php already reflects that. The old class files are still around, though.
2012-09-25 18:56:03 +02:00

6 lines
58 B
PHP

<?php
namespace SmsGateway;
interface SenderInterface
{
}