Sources/OT/SLSTimeUtils.h (6 lines of code) (raw):

// // SLSTimeUtils.h // AliyunLogProducer // // Created by gordon on 2022/4/27. // #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN @interface SLSTimeUtils : NSObject + (long) now; @end NS_ASSUME_NONNULL_END