blob: 6f8c2622bdb298ed07095fc8ebe1297e9f23f334 [file] [log] [blame]
The Android Open Source Project2ad60cf2008-10-21 07:00:00 -07001// 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