Update NativeComponentsIOS.md

Summary:
Only NativeComponentsIOS.md documentation changed.

Closes https://github.com/facebook/react-native/pull/12012

Differential Revision: D4452008

Pulled By: ericvicenti

fbshipit-source-id: 9ee748165a4efc9f987c5cadff8a21ab17f971c6
This commit is contained in:
Seong-hyun, Oh 2017-01-23 14:36:31 -08:00 committed by Facebook Github Bot
parent eebfd33b70
commit 4ff659345c
1 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ So now we have a native map component that we can control easily from JS, but ho
#import <MapKit/MapKit.h>
#import "RCTComponent.h"
#import <React/RCTComponent.h>
@interface RCTMap: MKMapView
@ -258,7 +258,7 @@ So now we have a native map component that we can control easily from JS, but ho
#import <MapKit/MapKit.h>
#import "RCTMap.h"
#import "UIView+React.h"
#import <React/UIView+React.h>
@interface RCTMapManager() <MKMapViewDelegate>
@end