blob: 6f8c2622bdb298ed07095fc8ebe1297e9f23f334 [file] [log] [blame]
// Copyright 2006 The Android Open Source Project
/**
* Another interface.
*/
public interface Iface2 {
public int iFunc2(int ii);
}