/* * This header is generated by classdump-dyld 1.0 * on Sunday, November 10, 2019 at 11:08:38 PM Eastern European Standard Time * Operating System: Version 13.1.3 (Build 17A878) * Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ @protocol _UITouchable @required -(void)touchesBegan:(id)arg1 withEvent:(id)arg2; -(void)touchesMoved:(id)arg1 withEvent:(id)arg2; -(void)touchesEnded:(id)arg1 withEvent:(id)arg2; -(void)touchesCancelled:(id)arg1 withEvent:(id)arg2; -(void)touchesEstimatedPropertiesUpdated:(id)arg1; @end