mirror of
https://github.com/aoaostar/toolbox.git
synced 2025-12-27 06:50:34 +00:00
9 lines
75 B
PHP
9 lines
75 B
PHP
<?php
|
|
|
|
|
|
namespace plugin;
|
|
|
|
interface Drive
|
|
{
|
|
public function Index();
|
|
} |