11 lines
58 B
PHP
11 lines
58 B
PHP
<?php
|
|
|
|
|
|
namespace wchat\common;
|
|
|
|
|
|
interface Progaram
|
|
{
|
|
|
|
}
|