Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dc9e4fe

Browse files
committed
FlutterUIPressProxy
1 parent 7a8c5e9 commit dc9e4fe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

shell/platform/darwin/ios/BUILD.gn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ source_set("flutter_framework_source_arc") {
6464
"framework/Source/FlutterTextInputDelegate.h",
6565
"framework/Source/FlutterTextInputPlugin.h",
6666
"framework/Source/FlutterTextInputPlugin.mm",
67+
"framework/Source/FlutterUIPressProxy.h",
68+
"framework/Source/FlutterUIPressProxy.mm",
6769
"framework/Source/connection_collection.h",
6870
"framework/Source/connection_collection.mm",
6971
"framework/Source/platform_message_response_darwin.h",
@@ -137,8 +139,6 @@ source_set("flutter_framework_source") {
137139
"framework/Source/FlutterSpellCheckPlugin.mm",
138140
"framework/Source/FlutterTextureRegistryRelay.h",
139141
"framework/Source/FlutterTextureRegistryRelay.mm",
140-
"framework/Source/FlutterUIPressProxy.h",
141-
"framework/Source/FlutterUIPressProxy.mm",
142142
"framework/Source/FlutterUndoManagerDelegate.h",
143143
"framework/Source/FlutterUndoManagerPlugin.h",
144144
"framework/Source/FlutterUndoManagerPlugin.mm",

shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44

55
#import <UIKit/UIKit.h>
66

7+
#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"
78
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h"
89

10+
FLUTTER_ASSERT_ARC
11+
912
@interface FlutterUIPressProxy ()
1013
@property(nonatomic, readonly) UIPress* press;
1114
@property(nonatomic, readonly) UIEvent* event;

0 commit comments

Comments
 (0)