/**@class android.os.SystemProperties_Delegate
@extends java.lang.Object
Delegate implementing the native methods of android.os.SystemProperties
Through the layoutlib_create tool, the original native methods of SystemProperties have been
replaced by calls to methods of the same name in this delegate class.
Because it's a stateless class to start with, there's no need to keep a {@link DelegateManager}
around to map int to instance of the delegate.
*/
var SystemProperties_Delegate = {
};