OnConversationClickListener
hacker98
plain_text
a year ago
198 B
5
Indexable
main
package com.example.chatappdemo;
import com.example.chatappdemo.model.Conversation;
public interface OnConversationClickListener {
void onConverstionClick(Conversation conversation);
}
Editor is loading...
Leave a Comment