8 lines
65 B
PHP
8 lines
65 B
PHP
<?php
|
|
|
|
namespace Yzh\Model;
|
|
|
|
interface ResponseDataInterface
|
|
{
|
|
}
|