OnConversationClickListener

hacker98 avatar
hacker98
plain_text
10/08/2024 12:47 PM
264 B
14
Indexable
package com.example.chatappdemo;

import com.example.chatappdemo.model.Conversation;

public interface OnConversationClickListener {
    void onConverstionClick(Conversation conversation);
}
Editor is loading...
Leave a Comment