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