mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-25 23:34:11 +00:00
7 lines
68 B
PHP
7 lines
68 B
PHP
<?php
|
|
|
|
interface AnInterface
|
|
{
|
|
public function doSomething();
|
|
}
|