OnRequestClickListener
hacker98
plain_text
a year ago
188 B
6
Indexable
main
package com.example.chatappdemo;
import com.example.chatappdemo.model.ReceiveRequest;
public interface OnRequestClickListener {
void onRequestClick(ReceiveRequest request);
}
Editor is loading...
Leave a Comment