master
<?php namespace Mirovit\IonicPlatformSDK\Contracts; interface Validatable { public function validate(); }