<?php

interface OTGS_Template_Service_Loader {
	/**
	 * @return OTGS_Template_Service
	 */
	public function get_service();
}