Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
dalvik
/
31e30105703263782efd450d356cd67ea01af3b7
/
.
/
tests
/
022-interface
/
src
/
Iface2Sub1.java
blob: 83c879102c0e75817ef079fd116ec52bd48a92ca [
file
] [
log
] [
blame
]
// Copyright 2006 The Android Open Source Project
/**
* Another interface.
*/
public
interface
Iface2Sub1
extends
Iface2
,
Cloneable
{
//public int iFunc2(int ii);
}