Added missing export for the flutter engine group. (#23689)

This commit is contained in:
gaaclarke 2021-01-14 13:19:03 -08:00 committed by GitHub
parent 3fd4c63fab
commit effb529ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;