Files
2022-01-09 03:50:38 +08:00

11 lines
89 B
PHP

<?php
namespace Kiri;
interface ToArray
{
public function toArray();
}