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