friendica/src/Object/Search/IResult.php
2019-05-20 18:42:27 +02:00

10 lines
67 B
PHP

<?php
namespace Friendica\Object\Search;
interface IResult
{
}