From 2930776eedbb465c69855e3e54b2b55383c65254 Mon Sep 17 00:00:00 2001 From: Aaron Clarke Date: Thu, 14 Jan 2021 10:23:36 -0800 Subject: [PATCH] Added missing export for the flutter engine group. --- shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h b/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h index 82b681c03c63d..0a5cdc59c6e97 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h @@ -19,6 +19,7 @@ NS_ASSUME_NONNULL_BEGIN * @warning This class is a work-in-progress and may change. * @see https://github.com/flutter/flutter/issues/72009 */ +FLUTTER_EXPORT @interface FlutterEngineGroup : NSObject - (instancetype)init NS_UNAVAILABLE;