<?php

namespace OTGS\Installer\CDTClient\Api;

interface ValidatorInterface {


	/**
	 * @return bool
	 */
	public function validate();

}
