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