OSDN Git Service

original
[gb-231r1-is01/Gingerbread_2.3.3_r1_IS01.git] / dalvik / tests / 022-interface / src / Iface2.java
1 // Copyright 2006 The Android Open Source Project
2
3 /**
4  * Another interface.
5  */
6 public interface Iface2 {
7
8     public int iFunc2(int ii);
9 }