Current File : /home/jeconsul/public_html/wp-content/plugins/presto-player/inc/Contracts/Service.php
<?php

namespace PrestoPlayer\Contracts;

interface Service {

	public function register();
}