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