Files
NativeScript/ios/TNSWidgets/TNSProcess.h

18 lines
295 B
C

//
// TNSProcess.h
// TNSWidgets
//
// Created by Panayot Cankov on 15/05/2017.
// Copyright © 2017 Telerik A D. All rights reserved.
//
#ifndef TNSProcess_h
#define TNSProcess_h
/**
* Get the milliseconds since the process started.
*/
double __tns_uptime();
#endif /* TNSProcess_h */