// Copyright 2015-present 650 Industries. All rights reserved. #import #import #import #import NS_ASSUME_NONNULL_BEGIN // A kernel service allowing versioned expo-constants to access device installation UUID // TODO: Remove this after SDK 39 is phased out __deprecated_msg("The installation ID API is deprecated and will be removed once both SDK 39 and legacy Notifications API are removed") @interface EXDeviceInstallationUUIDService : NSObject @end NS_ASSUME_NONNULL_END