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