5 #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_
6 #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_
8 #import <Foundation/Foundation.h>
17 @property(nonatomic, strong) UIView*
view;
22 - (void)touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event;
27 - (void)touchesMoved:(NSSet*)touches withEvent:(UIEvent*)event;
32 - (void)touchesEnded:(NSSet*)touches withEvent:(UIEvent*)event;
37 - (void)touchesCancelled:(NSSet*)touches withEvent:(UIEvent*)event;
42 - (void)touchesEstimatedPropertiesUpdated:(NSSet*)touches;
48 - (void)forceTouchesCancelled:(NSSet*)touches;
53 #endif // FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEWRESPONDER_H_