package com.topjohnwu.magisk.net; public interface ResponseListener { void onResponse(T response); }