Files
smsgateway/smsBackend.php
Polonkai Gergely 31c6abc039 Final(?) version
2011-09-30 13:43:21 +02:00

7 lines
83 B
PHP

<?php
interface smsBackend
{
public function sendSMS($recipient, $message);
}