/**@class android.os.SystemClock_Delegate
@extends java.lang.Object

 Delegate implementing the native methods of android.os.SystemClock

 Through the layoutlib_create tool, the original native methods of SystemClock 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 SystemClock_Delegate = {


};