mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 22:09:23 +02:00
cs Adapter
This commit is contained in:
@@ -7,7 +7,6 @@ namespace DesignPatterns\Adapter;
|
||||
*/
|
||||
interface EBookInterface
|
||||
{
|
||||
|
||||
function pressNext();
|
||||
|
||||
function pressStart();
|
||||
|
Reference in New Issue
Block a user