newsmemory-ios-sdk/Frameworks/RNDeviceInfo.xcframework/ios-arm64/Headers/RNDeviceInfo.h

21 lines
444 B
C
Raw Normal View History

2024-03-06 10:57:49 +00:00
//
// RNDeviceInfo.h
// Learnium
//
// Created by Rebecca Hughes on 03/08/2015.
// Copyright © 2015 Learnium Limited. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
#import <sys/utsname.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>
#import <React/RCTLog.h>
@interface RNDeviceInfo : RCTEventEmitter <RCTBridgeModule>
@property (nonatomic) float lowBatteryThreshold;
@end