[ios] fixed xcode derp where it imported full path to AppleTV OS version of Foundation.h - random

This commit is contained in:
Salakar 2017-08-15 13:28:50 +01:00
parent 95edb2fade
commit e3f0213aaa
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
#import "RNFirebaseEvents.h" #import "RNFirebaseEvents.h"
#import <Photos/Photos.h> #import <Photos/Photos.h>
#import "Firebase.h" #import "Firebase.h"
#import "../../../../../../../../../Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h"
@implementation RNFirebaseStorage @implementation RNFirebaseStorage