Adding ViroKit. Needs AWSCore :(
This commit is contained in:
29
mobile/ios/ViroKit.framework/Headers/VROTime.h
Normal file
29
mobile/ios/ViroKit.framework/Headers/VROTime.h
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// VROTime.h
|
||||
// ViroRenderer
|
||||
//
|
||||
// Created by Raj Advani on 10/21/15.
|
||||
// Copyright © 2015 Viro Media. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef VROTIME_H_
|
||||
#define VROTIME_H_
|
||||
|
||||
#include <time.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
||||
/*
|
||||
Get the current time in seconds or milliseconds.
|
||||
*/
|
||||
double VROTimeCurrentSeconds();
|
||||
double VROTimeCurrentMillis();
|
||||
|
||||
/*
|
||||
Get the current calendar time (seconds since 1970).
|
||||
*/
|
||||
uint64_t VROTimeGetCalendarTime();
|
||||
|
||||
uint64_t VRONanoTime();
|
||||
|
||||
#endif /* VROTIME_H_ */
|
||||
Reference in New Issue
Block a user