Current File : /home/digitaw/www/wp-content/plugins/wp-smushit/core/parser/class-replaceable.php
<?php
namespace Smush\Core\Parser;
interface Replaceable {
public function get_original();
public function get_updated();
public function get_position();
public function has_updates();
}