diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h b/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h index 9d3a9a2c56357..783c6a35f1e58 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterPlugin.h @@ -439,6 +439,6 @@ typedef enum { - (void)addApplicationLifeCycleDelegate:(NSObject*)delegate; @end -NS_ASSUME_NONNULL_END; +NS_ASSUME_NONNULL_END #endif // FLUTTER_FLUTTERPLUGIN_H_