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