chore: add mobile app

This commit is contained in:
2026-02-07 22:33:02 +01:00
parent db34640acc
commit e89384ad4e
29327 changed files with 3886944 additions and 12 deletions
+23
View File
@@ -0,0 +1,23 @@
// Copyright 2015-present 650 Industries. All rights reserved.
#import <Foundation/Foundation.h>
#import <ExpoModulesCore/EXInternalModule.h>
#import <ExpoModulesCore/EXConstantsInterface.h>
NS_ASSUME_NONNULL_BEGIN
FOUNDATION_EXPORT NSString * const EXConstantsExecutionEnvironmentBare;
FOUNDATION_EXPORT NSString * const EXConstantsExecutionEnvironmentStoreClient;
@interface EXConstantsService : NSObject <EXInternalModule, EXConstantsInterface>
- (NSString *)buildVersion;
- (CGFloat)statusBarHeight;
- (NSArray<NSString *> *)systemFontNames;
+ (NSNumber *)deviceYear;
+ (NSString *)deviceName;
@end
NS_ASSUME_NONNULL_END