Skip to content

Instantly share code, notes, and snippets.

@vahid-almasi
Created July 17, 2019 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vahid-almasi/f37d96363c4689bc25ba10572ffded8d to your computer and use it in GitHub Desktop.
Save vahid-almasi/f37d96363c4689bc25ba10572ffded8d to your computer and use it in GitHub Desktop.
<?php
interface eReaderInterface {
public function turnOn();
public function pressNextButton();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment