Files
2023-09-12 21:41:04 +02:00

7 lines
71 B
PHP

<?php
interface IWPML_ST_String_Scanner {
public function scan();
}