package com.reactnativenavigation.utils;

public class Now {
    public long now() {
        return System.currentTimeMillis();
    }
}
