Current File : /home/digitaw/www/wp-content/plugins/metform/core/integrations/Mail_Adapter_Contract.php
<?php

namespace MetForm\Core\Integrations;


interface Mail_Adapter_Contract {


	public function get_token();

	public function get_adapter();

}