File "interface-rate.php"

Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/flexible-shipping/classes/notices/interface-rate.php
File size: 252 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WPDesk\FS\Rate;

interface RateNoticeInterface  {


	/**
	 * Show message
	 *
	 * @return string
	 */
	public function show_message();


	/**
	 * Should show message
	 *
	 * @return bool
	 */
	public function should_show_message();

}