friendica/src/Object/Search/IResult.php

10 lines
67 B
PHP

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