UNPKG

444 Btext/x-cView Raw
1//
2// RNDeviceInfo.h
3// Learnium
4//
5// Created by Rebecca Hughes on 03/08/2015.
6// Copyright © 2015 Learnium Limited. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10#import <AVFoundation/AVFoundation.h>
11#import <sys/utsname.h>
12#import <React/RCTBridgeModule.h>
13#import <React/RCTEventEmitter.h>
14#import <React/RCTLog.h>
15
16@interface RNDeviceInfo : RCTEventEmitter <RCTBridgeModule>
17
18@property (nonatomic) float lowBatteryThreshold;
19
20@end