OnRequestClickListener

 avatar
hacker98
plain_text
5 months ago
188 B
2
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