blob: ba17d45f2f9508c036698c65c1745ea100416b5a [file] [log] [blame]
// Copyright 2005 The Android Open Source Project
/**
* Test stuff.
*/
public interface Iface1 {
public int iFunc1(int ii);
public float mFloaty = 5.0f;
public String mWahoo = new String("wahoo");
}