Guest User

Untitled

a guest
Apr 10th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. public interface IReArmer {
  2.  
  3. boolean getReArmed();
  4.  
  5. void setReArmed(boolean isReArmed);
  6.  
  7. }
Add Comment
Please, Sign In to add comment