13 lines
313 B
Objective-C
13 lines
313 B
Objective-C
//
|
|
// TrueTime.m
|
|
// TrueTime
|
|
//
|
|
// Created by Michael Sanders on 8/15/16.
|
|
// Copyright © 2016 Instacart. All rights reserved.
|
|
//
|
|
|
|
#import "TrueTime.h"
|
|
|
|
NSString * const TrueTimeErrorDomain = @"com.instacart.TrueTimeErrorDomain";
|
|
NSString * const TrueTimeUpdatedNotification = @"TrueTimeUpdatedNotification";
|