Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/expo-constants/ios/EXConstantsInstallationIdProvider.h
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00

15 lines
293 B
Objective-C

// Copyright 2015-present 650 Industries. All rights reserved.
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface EXConstantsInstallationIdProvider : NSObject
- (nullable NSString *)getInstallationId;
- (NSString *)getOrCreateInstallationId;
@end
NS_ASSUME_NONNULL_END