package com.ifpdos.udi.sdk;

/* JADX INFO: loaded from: classes.dex */
public interface IEventHandler {
    void onEvent(String str, String str2);
}
