Skip to content

Commit

Permalink
Fix headers for UIExplorerUnitTests
Browse files Browse the repository at this point in the history
Reviewed By: davidaurelio

Differential Revision: D4258382

fbshipit-source-id: 0538deb409e9dc000a5a339d6d0c76302b52c8d5
  • Loading branch information
javache authored and Facebook Github Bot committed Dec 1, 2016
1 parent 0e6895f commit 81c8a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/UIExplorer/UIExplorerUnitTests/RCTDevMenuTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#import <XCTest/XCTest.h>

#import "RCTBridge.h"
#import "RCTDevMenu.h"
#import <React/RCTBridge.h>
#import <React/RCTDevMenu.h>

typedef void(^RCTDevMenuAlertActionHandler)(UIAlertAction *action);

Expand Down

0 comments on commit 81c8a3f

Please sign in to comment.