File "class-hustle-provider-interface.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/wordpress-popup/inc/provider/class-hustle-provider-interface.php
File size: 301 bytes
MIME-type: text/x-php
Charset: utf-8
<?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();
}