package com.example.notifyservice; public interface PostRequestCallback { void onPostResponse(String result); }