OnRequestClickListener

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

import com.example.chatappdemo.model.ReceiveRequest;

public interface OnRequestClickListener {
    void onRequestClick(ReceiveRequest request);
}
Editor is loading...
Leave a Comment