1
0
Fork 0
smsgateway/smsBackend.php

7 lines
83 B
PHP
Raw Normal View History

2011-09-30 11:42:45 +00:00
<?php
interface smsBackend
{
public function sendSMS($recipient, $message);
}