Iface2Sub1.java revision f6c387128427e121477c1b32ad35cdcaa5101ba3
1// Copyright 2006 The Android Open Source Project
2
3/**
4 * Another interface.
5 */
6public interface Iface2Sub1 extends Iface2, Cloneable {
7
8    //public int iFunc2(int ii);
9}
10
11