Files
zhamao-framework/src/ZM/Annotation/Interfaces/CustomAnnotation.php
2022-03-15 18:05:33 +08:00

10 lines
101 B
PHP

<?php
declare(strict_types=1);
namespace ZM\Annotation\Interfaces;
interface CustomAnnotation
{
}