Guest User

Untitled

a guest
Jan 22nd, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Interface seo {
  2. Public function keywords()
  3. }
  4. Class StaticPage implements seo{
  5. Public function keywords (){....}
  6. }
Add Comment
Please, Sign In to add comment