1 // Copyright 2015-present 650 Industries. All rights reserved. 2 3 #import "EXKernel.h" 4 5 NS_ASSUME_NONNULL_BEGIN 6 7 @interface EXKernel (DeviceInstallationUUID) 8 9 /** 10 * An ID that uniquely identifies this installation of Expo Go 11 */ 12 + (NSString *)deviceInstallationUUID __attribute((deprecated("The installation ID API is deprecated and will be removed once both SDK 39 and legacy Notifications API are removed"))); 13 14 @end 15 16 NS_ASSUME_NONNULL_END 17