woocommerce/includes/data-stores/interfaces/wc-customer-download-data-s...

15 lines
226 B
PHP
Raw Normal View History

2016-11-18 14:07:21 +00:00
<?php
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* WC Customer Download Data Store Interface.
*
* @version 2.7.0
* @category Interface
* @author WooThemes
*/
interface WC_Customer_Download_Data_Store_Interface {
}