blob: 83c879102c0e75817ef079fd116ec52bd48a92ca [file] [log] [blame]
// Copyright 2006 The Android Open Source Project
/**
* Another interface.
*/
public interface Iface2Sub1 extends Iface2, Cloneable {
//public int iFunc2(int ii);
}