<?php namespace App\Repositories\Contracts; /** * * @author lilin * */ interface SmsInterface { function getClient(); function send(); }