designModeDemo/bin/DesignInterface.php

8 lines
57 B
PHP

<?php
namespace bin;
interface DesignInterface
{
}