mxmbsocket/lib/Ratchet/ServerInterface.php
2011-09-04 17:30:21 -04:00

6 lines
75 B
PHP

<?php
namespace Ratchet;
interface ServerInterface {
function run();
}