OnConversationClickListener
hacker98
plain_text
6 months ago
198 B
1
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