VancedMicroG/play-services-basement/src/main/aidl/com/google/android/gms/dynamic/IObjectWrapper.aidl

9 lines
265 B
Plaintext

package com.google.android.gms.dynamic;
/**
* The concrete class implementing IObjectWrapper must have exactly one declared private field
* for the wrapped object. Preferably, this is an instance of the ObjectWrapper<T> class.
*/
interface IObjectWrapper {
}