blob: db3e905bd4c62e7e031c73e093a288144cee7ce6 [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001// 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}