/home/bonphmya/liebeszauber-magie.de/wp-content/plugins/presto-player/inc/Contracts/Service.php
<?php

namespace PrestoPlayer\Contracts;

interface Service {

	public function register();
}