summaryrefslogtreecommitdiff
path: root/tests/040-miranda/src/MirandaInterface.java
blob: 2c0a59a77a9f92cdb7d485b2dc14e4f9f28fc581 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2006 The Android Open Source Project

/**
 * Miranda testing.
 */
public interface MirandaInterface {

    public boolean inInterface();

}