From 3d87b36c97509bd6ed6e2461b97f7c7ebcfdf19d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Thu, 3 Dec 2020 13:23:50 +0100 Subject: [PATCH] move UIAlertController define to RCTAlertController.h --- React/Base/RCTUIKit.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/React/Base/RCTUIKit.h b/React/Base/RCTUIKit.h index 0354432c95a853..ef25f3dd273967 100644 --- a/React/Base/RCTUIKit.h +++ b/React/Base/RCTUIKit.h @@ -172,9 +172,6 @@ UIKIT_STATIC_INLINE CGFloat UIFontLineHeight(UIFont *font) // UIInterface.h/NSUserInterfaceLayout.h #define UIUserInterfaceLayoutDirection NSUserInterfaceLayoutDirection -// UIAlertController.h/NSViewController.h -#define UIAlertController NSViewController - // // semantically equivalent enums //