11 lines
177 B
PHP
11 lines
177 B
PHP
|
|
<?php
|
||
|
|
if ( ! defined( 'ABSPATH' ) ) { exit; }
|
||
|
|
|
||
|
|
if( !class_exists('ARIUi') ) {
|
||
|
|
class ARIUi {
|
||
|
|
function __construct(){
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|