Files
kiri-wchat/qq/SmallProgram.php
T

13 lines
115 B
PHP
Raw Normal View History

2019-11-11 18:14:47 +08:00
<?php
2020-03-05 12:41:49 +08:00
namespace wchat\qq;
2019-11-11 18:14:47 +08:00
2022-09-09 16:42:55 +08:00
use wchat\common\Multiprogramming;
2019-11-11 18:14:47 +08:00
2022-09-09 16:42:55 +08:00
class SmallProgram extends Multiprogramming
2019-11-11 18:14:47 +08:00
{
}