package com.fancl.iloyalty.asynctask.callback; public interface EarnCreditAsyncTaskCallback { public void onPostExecuteCallback(Object results); }