This commit is contained in:
Vladimir Dubovik
2025-06-13 11:59:16 +03:00
parent 2204bb9fe0
commit 5abafda21b
152 changed files with 9783 additions and 69 deletions

View File

@ -0,0 +1,26 @@
//
// TrueTime.h
// TrueTime
//
// Created by Michael Sanders on 7/9/16.
// Copyright © 2016 Instacart. All rights reserved.
//
@import Foundation;
#import "ntp_types.h"
NS_ASSUME_NONNULL_BEGIN
//! Project version number for TrueTime.
FOUNDATION_EXPORT double TrueTimeVersionNumber;
//! Project version string for TrueTime.
FOUNDATION_EXPORT const unsigned char TrueTimeVersionNumberString[];
//! Domain for TrueTime errors.
FOUNDATION_EXPORT NSString * const TrueTimeErrorDomain;
//! Notification sent whenever a TrueTimeClient's reference time is updated.
FOUNDATION_EXPORT NSString * const TrueTimeUpdatedNotification;
NS_ASSUME_NONNULL_END