From 2ef7c3024e3c4735795ed7f6dae98fce7a58583f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Chmiela?= Date: Thu, 31 Mar 2016 21:03:54 +0200 Subject: [PATCH] Include new category to RCTVideo --- RCTVideo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/RCTVideo.h b/RCTVideo.h index 757ed542..077f2e0a 100644 --- a/RCTVideo.h +++ b/RCTVideo.h @@ -1,6 +1,7 @@ #import "RCTView.h" #import #import "AVKit/AVKit.h" +#import "UIView+FindUIViewController.h" @class RCTEventDispatcher;