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