Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- *
- */
- package cl.adl.inter;
- /**
- * @author RS
- *
- */
- public interface Dormir {
- public void aDormir();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement