mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-21 22:17:41 +01:00
Added reader interface
This commit is contained in:
parent
2747bd0476
commit
f645636d29
9
src/Interfaces/ReaderInterface.php
Normal file
9
src/Interfaces/ReaderInterface.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace JeroenED\Libpairtwo\Interfaces;
|
||||
|
||||
interface ReaderInterface
|
||||
{
|
||||
public function read($filename);
|
||||
}
|
Loading…
Reference in New Issue
Block a user