From ca9262e1758d7e084446c8772e5ced190333fec6 Mon Sep 17 00:00:00 2001 From: LongCat is Looong <31859944+LongCatIsLooong@users.noreply.github.com> Date: Mon, 13 Apr 2020 13:18:46 -0700 Subject: [PATCH] remove FLUTTER_EXPORT --- .../darwin/ios/framework/Source/FlutterTextInputPlugin.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h b/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h index 3c4f89d3d8011..c5571ee10e0b3 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h +++ b/shell/platform/darwin/ios/framework/Source/FlutterTextInputPlugin.h @@ -10,9 +10,6 @@ #include "flutter/shell/platform/darwin/common/framework/Headers/FlutterChannels.h" #include "flutter/shell/platform/darwin/ios/framework/Source/FlutterTextInputDelegate.h" -#if FLUTTER_RUNTIME_MODE == FLUTTER_RUNTIME_MODE_DEBUG -FLUTTER_EXPORT -#endif @interface FlutterTextInputPlugin : NSObject @property(nonatomic, assign) id textInputDelegate; @@ -39,9 +36,6 @@ FLUTTER_EXPORT @end /** A range of text in the buffer of a Flutter text editing widget. */ -#if FLUTTER_RUNTIME_MODE == FLUTTER_RUNTIME_MODE_DEBUG -FLUTTER_EXPORT -#endif @interface FlutterTextRange : UITextRange @property(nonatomic, readonly) NSRange range;