Viewing file: _UITouchesEventRespondable.h
Raw logifyFilter:
/*
* This header is generated by classdump-dyld 1.0
* on Monday, March 13, 2023 at 1:35:40 AM Eastern European Standard Time
* Operating System: Version 16.3 (Build 20D47)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
@protocol _UITouchesEventRespondable <NSObject>
@required-(void)touchesMoved:(id)arg1 withEvent:(id)arg2;
-(void)touchesBegan:(id)arg1 withEvent:(id)arg2;
-(void)touchesEstimatedPropertiesUpdated:(id)arg1;
-(void)touchesEnded:(id)arg1 withEvent:(id)arg2;
-(void)touchesCancelled:(id)arg1 withEvent:(id)arg2;
@end