Files
ARMSX1/ios/HostApp/Sources/ARMSXModule.h
T
moonpower 30d4e57a3c Add custom font and configure React Native project settings
- Added the Pixel Cyr font to the mobile assets directory.
- Created a new React Native configuration file to specify project settings, including Android source directory, app name, and package name.
- Configured asset linking for the mobile assets.
2025-11-23 13:19:06 +03:00

7 lines
176 B
Objective-C

#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import <UIKit/UIKit.h>
@interface ARMSXModule : NSObject <RCTBridgeModule, UIDocumentPickerDelegate>
@end