what-the-bank/sources/com/huawei/hms/adapter/sysobs/SystemObserver.java

13 lines
269 B
Java

package com.huawei.hms.adapter.sysobs;
import android.content.Intent;
/* loaded from: classes2.dex */
public interface SystemObserver {
boolean onNoticeResult(int i);
boolean onSolutionResult(Intent intent, String str);
boolean onUpdateResult(int i);
}