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