package com.example.notifyservice; import org.json.JSONObject; public interface PostRequestCallback { void onPostResponse(JSONObject result); }