8 lines
133 B
PHP
8 lines
133 B
PHP
<?php
|
|
namespace FileBird\Rest;
|
|
|
|
defined( 'ABSPATH' ) || exit;
|
|
|
|
interface ApiInterface {
|
|
public function register_rest_routes();
|
|
} |