Revision 9bce15f31d5b931f5f634936499693d10c8cd230 authored by Dirk Dresch on 07 February 2018, 08:13:54 UTC, committed by Mehdi Achour on 07 February 2018, 08:13:54 UTC
1 parent 5801f94
Raw File
RNDeviceInfo.h
//
//  RNDeviceInfo.h
//  Learnium
//
//  Created by Rebecca Hughes on 03/08/2015.
//  Copyright © 2015 Learnium Limited. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <sys/utsname.h>

#if __has_include(<React/RCTAssert.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif

@interface RNDeviceInfo : NSObject <RCTBridgeModule>

@end
back to top