blob: 35a98cc5cc876caa1ea2dc6e5fb06fbd712f9bca [file] [log] [blame]
// Copyright 2008 The Android Open Source Project
/**
* Common interface.
*/
public interface ICommon {
public DoubledImplement getDoubledInstance();
}