Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/plugins/hustle/inc/provider/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/hustle/inc/provider/class-hustle-provider-interface.php

<?php
/**
 * Hustle_Provider_Interface class.
 *
 * @package Hustle
 * @since 3.5.0
 */

/**
 * Hustle_Provider_Interface.
 *
 * @since 3.0.5
 */
interface Hustle_Provider_Interface {

	/**
	 * Use it to instantiate provider class.
	 *
	 * @return self
	 */
	public static function get_instance();

}