psychoapk/app/src/main/java/com/example/notifyservice/PostRequestCallback.java

6 lines
117 B
Java
Raw Normal View History

2025-02-26 21:39:26 +03:00
package com.example.notifyservice;
public interface PostRequestCallback {
void onPostResponse(String result);
}