Fix arc focus build

Reviewed By: majak

Differential Revision: D3081868

fb-gh-sync-id: c776cf5de04cecdf6b8e0b9a11ef590b12f2b875
shipit-source-id: c776cf5de04cecdf6b8e0b9a11ef590b12f2b875
This commit is contained in:
Satish Sampath 2016-03-22 10:56:59 -07:00 committed by Facebook Github Bot 7
parent 030e34959e
commit 78ad15d85b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
objc_setAssociatedObject(self, @selector(reactTag), reactTag, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
}
#if RCT_DEBUG
#if RCT_DEV
- (RCTShadowView *)_DEBUG_reactShadowView
{