cs Adapter

This commit is contained in:
Dominik Liebler
2013-09-09 10:50:00 +02:00
parent 3b7eb295c8
commit 33671aec55
5 changed files with 35 additions and 33 deletions

View File

@@ -7,7 +7,6 @@ namespace DesignPatterns\Adapter;
*/
interface EBookInterface
{
function pressNext();
function pressStart();