| commit | effb529ecec86cbcad2ced2a567cb14ab20b10d5 | [log] [tgz] |
|---|---|---|
| author | gaaclarke <[email protected]> | Thu Jan 14 21:19:03 2021 |
| committer | GitHub <[email protected]> | Thu Jan 14 21:19:03 2021 |
| tree | 745667c024534b0059409d0fb55af703fa45eb7f | |
| parent | 3fd4c63fabaa37ace2c18df770657fb946279cc6 [diff] |
Added missing export for the flutter engine group. (#23689)
diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h b/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h index 82b681c..0a5cdc5 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterEngineGroup.h
@@ -19,6 +19,7 @@ * @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;