Java程序  |  10行  |  173 B

// Copyright 2006 The Android Open Source Project

/**
 * Another interface.
 */
public interface Iface2Sub1 extends Iface2, Cloneable {

    //public int iFunc2(int ii);
}