package com.geo.smallcredit.interfaces; public interface OnGetResultListener { void onGetResult(String content); }