<?php

declare(strict_types=1);

namespace ProxyManager\Proxy;

/**
 * Remote object marker
 */
interface RemoteObjectInterface extends ProxyInterface
{
}
