File "Runnable.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/Contracts/Runnable.php
File size: 142 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace iThemesSecurity\Contracts;
interface Runnable {
/**
* Run the class.
*
* @return void
*/
public function run();
}