1
0
Fork 0
smsgateway/src/SmsGateway/AuthInterface

7 lines
57 B
Plaintext

<?php
namespace SmsGateway;
interface AuthInterface
{
}