6 lines
67 B
PHP
6 lines
67 B
PHP
<?php
|
|
|
|
interface IWPML_AJAX_Action_Run {
|
|
public function run();
|
|
}
|