Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
0850c69c88d49efd4075288511b70d6c032bd0c8
/
.
/
test
/
068-classloader
/
src
/
ICommon.java
blob: 35a98cc5cc876caa1ea2dc6e5fb06fbd712f9bca [
file
] [
log
] [
blame
]
// Copyright 2008 The Android Open Source Project
/**
* Common interface.
*/
public
interface
ICommon
{
public
DoubledImplement
getDoubledInstance
();
}