6 lines
56 B
PHP
6 lines
56 B
PHP
<?php
|
|
namespace ProVM\Common\Alias;
|
|
|
|
interface View {
|
|
}
|
<?php
|
|
namespace ProVM\Common\Alias;
|
|
|
|
interface View {
|
|
}
|