mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-12 12:15:08 -05:00
6 lines
84 B
Java
6 lines
84 B
Java
package eu.siacs.conversations.xmpp;
|
|
|
|
public abstract interface PacketReceived {
|
|
|
|
}
|