package io.wifi.p2p;

public class CustomDefinedCallback {
  public void invoke(Object object) {
    throw new RuntimeException("Stub!");
  }
}
