| Current Path : /home/ereika83/www/wp-content/plugins/hustle/inc/provider/ |
| 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();
}