// Copyright 2006 The Android Open Source Project

/**
 * Another interface.
 */
public interface Iface2 {

    public int iFunc2(int ii);
}