1 // Copyright 2015-present 650 Industries. All rights reserved. 2 3 #import <Foundation/Foundation.h> 4 #import <ABI39_0_0ExpoKit/ABI39_0_0EXConstantsBinding.h> 5 #import <ABI38_0_0ExpoKit/ABI38_0_0EXConstantsBinding.h> 6 #import <ABI37_0_0ExpoKit/ABI37_0_0EXConstantsBinding.h> 7 8 NS_ASSUME_NONNULL_BEGIN 9 10 // A kernel service allowing versioned expo-constants to access device installation UUID 11 // TODO: Remove this after SDK 39 is phased out 12 __deprecated_msg("The installation ID API is deprecated and will be removed once both SDK 39 and legacy Notifications API are removed") 13 @interface EXDeviceInstallationUUIDService : NSObject <ABI37_0_0EXConstantsDeviceInstallationUUIDManager, ABI38_0_0EXConstantsDeviceInstallationUUIDManager, ABI39_0_0EXConstantsDeviceInstallationUUIDManager> 14 15 @end 16 17 NS_ASSUME_NONNULL_END 18