<?php
namespace WPML\Nav\Presentation\Controller;

interface ControllerInterface {
	/**
	 * @return void
	 */
	public function register();
}