mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-01 07:04:16 +01:00
8 lines
63 B
PHP
8 lines
63 B
PHP
<?php
|
|
|
|
namespace Combodo\iTop\Forms;
|
|
|
|
interface IFormBlock
|
|
{
|
|
}
|