<?php

declare(strict_types=1);

namespace ProxyManager\Proxy;

/**
 * Base proxy marker
 *
 * @author Marco Pivetta <ocramius@gmail.com>
 * @license MIT
 */
interface ProxyInterface
{
}
