blob: 83b6af80f58e829ebf85c39f78b43cf3da32854b [file] [log] [blame]
// Copyright 2006 The Android Open Source Project
/**
* Miranda testing.
*/
public interface MirandaInterface2 {
public boolean inInterface();
public int inInterface2();
}