From a477599d8e501cd3a57b940f33264dcc5e593ac0 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Wed, 10 Apr 2024 20:52:33 -0700 Subject: [PATCH] import order --- .../darwin/ios/framework/Source/FlutterUIPressProxy.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm b/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm index 7995280891dec..540b6ae0beb99 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm @@ -4,10 +4,10 @@ #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h" -#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h" - #import +#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h" + FLUTTER_ASSERT_ARC @interface FlutterUIPressProxy ()