Advertisement
joris

MsgType

Aug 5th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. public interface MsgType {
  2.     int TYPE_SENT = 1;
  3.     int TYPE_RECEIVED = 2;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement