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