TianLiangZhou/shrimp-wechat-sdk

View on GitHub
src/Response/ResponseInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Created by PhpStorm.
 * User: zhoutianliang
 * Date: 2017/5/4
 * Time: 8:41
 */

declare(strict_types=1);

namespace Shrimp\Response;

interface ResponseInterface
{
    public function __toString();
}