Добавил колбек

This commit is contained in:
Paradise
2020-09-13 11:47:34 +03:00
parent b3571bcecf
commit 3493000384
4 changed files with 67 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace VK\API;
abstract class CallBackAbstract
{
abstract public function __construct(object $group, array $params = []);
}