hanyuu/src/Users/IUsers.php

7 lines
59 B
PHP
Raw Normal View History

2023-01-09 21:44:34 +00:00
<?php
namespace Hanyuu\Users;
interface IUsers {
//
}