blob: 83fe6508df9ffc5ec53d4bf9ca11d9e040c03f50 [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -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}