package com.huawei.hms.support.api.client; /* loaded from: classes2.dex */ public interface ResultCallback { void onResult(R r); }