QuelSolaar/ios/c_ocoa/uitouch.h

987 lines
46 KiB
C

/*
This file has been automatically generated by the shimmer industries c-ocoa API generator
Thus, manual changes to this file will be lost if the file is re-generated.
*/
#ifndef SHIMMER_C_OCOA_UITOUCH_HEADER
#define SHIMMER_C_OCOA_UITOUCH_HEADER
typedef void* uitouch_t;
#include "c_ocoa_types.h"
// Signature from Objective-C Runtime: v dealloc @ :
void uitouch_dealloc( uitouch_t object );
// Signature from Objective-C Runtime: @ description @ :
nsobject_t uitouch_description( uitouch_t object );
// Signature from Objective-C Runtime: q type @ :
long long uitouch_type( uitouch_t object );
// Signature from Objective-C Runtime: d timestamp @ :
double uitouch_timestamp( uitouch_t object );
// Signature from Objective-C Runtime: @ view @ :
nsobject_t uitouch_view( uitouch_t object );
// Signature from Objective-C Runtime: v setTimestamp: @ : d
void uitouch_setTimestamp( uitouch_t object, double arg0 );
// Signature from Objective-C Runtime: q info @ :
long long uitouch_info( uitouch_t object );
// Signature from Objective-C Runtime: v setView: @ : @
void uitouch_setView( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ window @ :
nsobject_t uitouch_window( uitouch_t object );
// Signature from Objective-C Runtime: q phase @ :
long long uitouch_phase( uitouch_t object );
// Signature from Objective-C Runtime: @ gestureRecognizers @ :
nsobject_t uitouch_gestureRecognizers( uitouch_t object );
// Signature from Objective-C Runtime: {CGPoint=dd} locationInView: @ : @
CGPoint uitouch_locationInView( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: {CGPoint=dd} previousLocationInView: @ : @
CGPoint uitouch_previousLocationInView( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setWindow: @ : @
void uitouch_setWindow( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: Q tapCount @ :
unsigned long long uitouch_tapCount( uitouch_t object );
// Signature from Objective-C Runtime: d majorRadius @ :
double uitouch_majorRadius( uitouch_t object );
// Signature from Objective-C Runtime: d force @ :
double uitouch_force( uitouch_t object );
// Signature from Objective-C Runtime: v setPhase: @ : q
void uitouch_setPhase( uitouch_t object, long long arg0 );
// Signature from Objective-C Runtime: v setIsDelayed: @ : B
void uitouch_setIsDelayed( uitouch_t object, bool arg0 );
// Signature from Objective-C Runtime: B isDelayed @ :
bool uitouch_isDelayed( uitouch_t object );
// Signature from Objective-C Runtime: v setTapCount: @ : Q
void uitouch_setTapCount( uitouch_t object, unsigned long long arg0 );
// Signature from Objective-C Runtime: d maximumPossibleForce @ :
double uitouch_maximumPossibleForce( uitouch_t object );
// Signature from Objective-C Runtime: d initialTouchTimestamp @ :
double uitouch_initialTouchTimestamp( uitouch_t object );
// Signature from Objective-C Runtime: {CGVector=dd} azimuthUnitVectorInView: @ : @
CGVector uitouch_azimuthUnitVectorInView( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: {CGPoint=dd} preciseLocationInView: @ : @
CGPoint uitouch_preciseLocationInView( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: {CGPoint=dd} precisePreviousLocationInView: @ : @
CGPoint uitouch_precisePreviousLocationInView( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: d azimuthAngleInView: @ : @
double uitouch_azimuthAngleInView( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: d altitudeAngle @ :
double uitouch_altitudeAngle( uitouch_t object );
// Signature from Objective-C Runtime: @ estimationUpdateIndex @ :
nsobject_t uitouch_estimationUpdateIndex( uitouch_t object );
// Signature from Objective-C Runtime: q estimatedProperties @ :
long long uitouch_estimatedProperties( uitouch_t object );
// Signature from Objective-C Runtime: q estimatedPropertiesExpectingUpdates @ :
long long uitouch_estimatedPropertiesExpectingUpdates( uitouch_t object );
// Signature from Objective-C Runtime: d majorRadiusTolerance @ :
double uitouch_majorRadiusTolerance( uitouch_t object );
// Signature from Objective-C Runtime: v setInitialTouchTimestamp: @ : d
void uitouch_setInitialTouchTimestamp( uitouch_t object, double arg0 );
// Signature from Objective-C Runtime: # classForCoder @ :
nsclass_t uitouch_classForCoder( uitouch_t object );
// Signature from Objective-C Runtime: @ replacementObjectForCoder: @ : @
nsobject_t uitouch_replacementObjectForCoder( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ awakeAfterUsingCoder: @ : @
nsobject_t uitouch_awakeAfterUsingCoder( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B implementsSelector: @ : :
bool uitouch_implementsSelector( uitouch_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: v setObservationInfo: @ : ^v
void uitouch_setObservationInfo( uitouch_t object, void* arg0 );
// Signature from Objective-C Runtime: v setValue:forKey: @ : @ @
void uitouch_setValue( uitouch_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ replacementObjectForPortCoder: @ : @
nsobject_t uitouch_replacementObjectForPortCoder( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v willChangeValueForKey: @ : @
void uitouch_willChangeValueForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v didChangeValueForKey: @ : @
void uitouch_didChangeValueForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ replacementObjectForArchiver: @ : @
nsobject_t uitouch_replacementObjectForArchiver( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: # classForArchiver @ :
nsclass_t uitouch_classForArchiver( uitouch_t object );
// Signature from Objective-C Runtime: @ valueForKey: @ : @
nsobject_t uitouch_valueForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: # classForKeyedArchiver @ :
nsclass_t uitouch_classForKeyedArchiver( uitouch_t object );
// Signature from Objective-C Runtime: @ replacementObjectForKeyedArchiver: @ : @
nsobject_t uitouch_replacementObjectForKeyedArchiver( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: ^{objc_method_description=:*} methodDescriptionForSelector: @ : :
objc_method_description* uitouch_methodDescriptionForSelector( uitouch_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: @ valueForKeyPath: @ : @
nsobject_t uitouch_valueForKeyPath( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableArrayValueForKeyPath: @ : @
nsobject_t uitouch_mutableArrayValueForKeyPath( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableOrderedSetValueForKeyPath: @ : @
nsobject_t uitouch_mutableOrderedSetValueForKeyPath( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableSetValueForKeyPath: @ : @
nsobject_t uitouch_mutableSetValueForKeyPath( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ addObserver:forObservableKeyPath: @ : @ @
nsobject_t uitouch_addObserver( uitouch_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v removeObservation: @ : @
void uitouch_removeObservation( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v receiveObservedValue: @ : @
void uitouch_receiveObservedValue( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v receiveObservedError: @ : @
void uitouch_receiveObservedError( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v finishObserving @ :
void uitouch_finishObserving( uitouch_t object );
// Signature from Objective-C Runtime: v setObservation:forObservingKeyPath: @ : @ @
void uitouch_setObservation( uitouch_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v observeValueForKeyPath:ofObject:change:context: @ : @ @ @ ^v
void uitouch_observeValueForKeyPath( uitouch_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 );
// Signature from Objective-C Runtime: v removeObserver:forKeyPath:context: @ : @ @ ^v
void uitouch_removeObserver( uitouch_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 );
// Signature from Objective-C Runtime: @ addChainedObservers: @ : @
nsobject_t uitouch_addChainedObservers( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ addObserverBlock: @ : @?
nsobject_t uitouch_addObserverBlock( uitouch_t object, nsobject_t* arg0 );
// Signature from Objective-C Runtime: @ addObservationTransformer: @ : @?
nsobject_t uitouch_addObservationTransformer( uitouch_t object, nsobject_t* arg0 );
// Signature from Objective-C Runtime: @ valueForUndefinedKey: @ : @
nsobject_t uitouch_valueForUndefinedKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setNilValueForKey: @ : @
void uitouch_setNilValueForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableArrayValueForKey: @ : @
nsobject_t uitouch_mutableArrayValueForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableOrderedSetValueForKey: @ : @
nsobject_t uitouch_mutableOrderedSetValueForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableSetValueForKey: @ : @
nsobject_t uitouch_mutableSetValueForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ dictionaryWithValuesForKeys: @ : @
nsobject_t uitouch_dictionaryWithValuesForKeys( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setValuesForKeysWithDictionary: @ : @
void uitouch_setValuesForKeysWithDictionary( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v willChange:valuesAtIndexes:forKey: @ : Q @ @
void uitouch_willChange( uitouch_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: v didChange:valuesAtIndexes:forKey: @ : Q @ @
void uitouch_didChange( uitouch_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: ^v observationInfo @ :
void* uitouch_observationInfo( uitouch_t object );
// Signature from Objective-C Runtime: @ autoContentAccessingProxy @ :
nsobject_t uitouch_autoContentAccessingProxy( uitouch_t object );
// Signature from Objective-C Runtime: # classForPortCoder @ :
nsclass_t uitouch_classForPortCoder( uitouch_t object );
// Signature from Objective-C Runtime: v performSelector:withObject:afterDelay:inModes: @ : : @ d @
void uitouch_performSelector( uitouch_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 );
// Signature from Objective-C Runtime: v performSelectorOnMainThread:withObject:waitUntilDone:modes: @ : : @ B @
void uitouch_performSelectorOnMainThread( uitouch_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 );
// Signature from Objective-C Runtime: v performSelectorInBackground:withObject: @ : : @
void uitouch_performSelectorInBackground( uitouch_t object, nsselector_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: B isNSDate__ @ :
bool uitouch_isNSDate__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSString__ @ :
bool uitouch_isNSString__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSCFConstantString__ @ :
bool uitouch_isNSCFConstantString__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSNumber__ @ :
bool uitouch_isNSNumber__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSArray__ @ :
bool uitouch_isNSArray__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSDictionary__ @ :
bool uitouch_isNSDictionary__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSData__ @ :
bool uitouch_isNSData__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSObject__ @ :
bool uitouch_isNSObject__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSOrderedSet__ @ :
bool uitouch_isNSOrderedSet__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSSet__ @ :
bool uitouch_isNSSet__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSTimeZone__ @ :
bool uitouch_isNSTimeZone__( uitouch_t object );
// Signature from Objective-C Runtime: B isNSValue__ @ :
bool uitouch_isNSValue__( uitouch_t object );
// Signature from Objective-C Runtime: v doesNotRecognizeSelector: @ : :
void uitouch_doesNotRecognizeSelector( uitouch_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: @ methodSignatureForSelector: @ : :
nsobject_t uitouch_methodSignatureForSelector( uitouch_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: d CA_distanceToValue: @ : @
double uitouch_CA_distanceToValue( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: ^{Object=^^?{Atomic={?=i}}I} CA_copyRenderValueWithColorspace: @ : ^{CGColorSpace=}
Object* uitouch_CA_copyRenderValueWithColorspace( uitouch_t object, CGColorSpace* arg0 );
// Signature from Objective-C Runtime: ^{Object=^^?{Atomic={?=i}}I} CA_copyRenderValue @ :
Object* uitouch_CA_copyRenderValue( uitouch_t object );
// Signature from Objective-C Runtime: @ CA_interpolateValue:byFraction: @ : @ f
nsobject_t uitouch_CA_interpolateValue( uitouch_t object, nsobject_t arg0, float arg1 );
// Signature from Objective-C Runtime: @ CA_addValue:multipliedBy: @ : @ i
nsobject_t uitouch_CA_addValue( uitouch_t object, nsobject_t arg0, int arg1 );
// Signature from Objective-C Runtime: B CAMLTypeSupportedForKey: @ : @
bool uitouch_CAMLTypeSupportedForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CAMLTypeForKey: @ : @
nsobject_t uitouch_CAMLTypeForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B CA_validateValue:forKey: @ : @ @
bool uitouch_CA_validateValue( uitouch_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v encodeWithCAMLWriter: @ : @
void uitouch_encodeWithCAMLWriter( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CA_interpolateValues:::interpolator: @ : @ @ @ r^{ValueInterpolator=ddddddddddddddB}
nsobject_t uitouch_CA_interpolateValues( uitouch_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 );
// Signature from Objective-C Runtime: @ CAMLType @ :
nsobject_t uitouch_CAMLType( uitouch_t object );
// Signature from Objective-C Runtime: v CA_prepareRenderValue @ :
void uitouch_CA_prepareRenderValue( uitouch_t object );
// Signature from Objective-C Runtime: @ CA_archivingValueForKey: @ : @
nsobject_t uitouch_CA_archivingValueForKey( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CA_roundToIntegerFromValue: @ : @
nsobject_t uitouch_CA_roundToIntegerFromValue( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ className @ :
nsobject_t uitouch_className( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityLabel @ :
nsobject_t uitouch_accessibilityLabel( uitouch_t object );
// Signature from Objective-C Runtime: v setAccessibilityLabel: @ : @
void uitouch_setAccessibilityLabel( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityIdentifier: @ : @
void uitouch_setAccessibilityIdentifier( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: {CGRect={CGPoint=dd}{CGSize=dd}} accessibilityFrame @ :
CGRect uitouch_accessibilityFrame( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityViewIsModal @ :
nsobject_t uitouch_storedAccessibilityViewIsModal( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityElementsHidden @ :
nsobject_t uitouch_storedAccessibilityElementsHidden( uitouch_t object );
// Signature from Objective-C Runtime: @ storedShouldGroupAccessibilityChildren @ :
nsobject_t uitouch_storedShouldGroupAccessibilityChildren( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityNavigationStyle @ :
nsobject_t uitouch_storedAccessibilityNavigationStyle( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityRespondsToUserInteraction @ :
nsobject_t uitouch_storedAccessibilityRespondsToUserInteraction( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityAttributedLabel @ :
nsobject_t uitouch_accessibilityAttributedLabel( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityValue @ :
nsobject_t uitouch_accessibilityValue( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityAttributedValue @ :
nsobject_t uitouch_accessibilityAttributedValue( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityHint @ :
nsobject_t uitouch_accessibilityHint( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityAttributedHint @ :
nsobject_t uitouch_accessibilityAttributedHint( uitouch_t object );
// Signature from Objective-C Runtime: {CGPoint=dd} accessibilityActivationPoint @ :
CGPoint uitouch_accessibilityActivationPoint( uitouch_t object );
// Signature from Objective-C Runtime: Q accessibilityTraits @ :
unsigned long long uitouch_accessibilityTraits( uitouch_t object );
// Signature from Objective-C Runtime: B isAccessibilityElement @ :
bool uitouch_isAccessibilityElement( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityContainer @ :
nsobject_t uitouch_accessibilityContainer( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityLanguage @ :
nsobject_t uitouch_accessibilityLanguage( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityPath @ :
nsobject_t uitouch_accessibilityPath( uitouch_t object );
// Signature from Objective-C Runtime: B accessibilityViewIsModal @ :
bool uitouch_accessibilityViewIsModal( uitouch_t object );
// Signature from Objective-C Runtime: B accessibilityElementsHidden @ :
bool uitouch_accessibilityElementsHidden( uitouch_t object );
// Signature from Objective-C Runtime: B shouldGroupAccessibilityChildren @ :
bool uitouch_shouldGroupAccessibilityChildren( uitouch_t object );
// Signature from Objective-C Runtime: q accessibilityNavigationStyle @ :
long long uitouch_accessibilityNavigationStyle( uitouch_t object );
// Signature from Objective-C Runtime: B accessibilityRespondsToUserInteraction @ :
bool uitouch_accessibilityRespondsToUserInteraction( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityUserInputLabels @ :
nsobject_t uitouch_accessibilityUserInputLabels( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityAttributedUserInputLabels @ :
nsobject_t uitouch_accessibilityAttributedUserInputLabels( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityIdentifier @ :
nsobject_t uitouch_storedAccessibilityIdentifier( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityTraits @ :
nsobject_t uitouch_storedAccessibilityTraits( uitouch_t object );
// Signature from Objective-C Runtime: @ storedIsAccessibilityElement @ :
nsobject_t uitouch_storedIsAccessibilityElement( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityFrame @ :
nsobject_t uitouch_storedAccessibilityFrame( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityActivationPoint @ :
nsobject_t uitouch_storedAccessibilityActivationPoint( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityHeaderElements @ :
nsobject_t uitouch_accessibilityHeaderElements( uitouch_t object );
// Signature from Objective-C Runtime: v setAccessibilityElementsHidden: @ : B
void uitouch_setAccessibilityElementsHidden( uitouch_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityViewIsModal: @ : B
void uitouch_setAccessibilityViewIsModal( uitouch_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityAttributedLabel: @ : @
void uitouch_setAccessibilityAttributedLabel( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityValue: @ : @
void uitouch_setAccessibilityValue( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityAttributedValue: @ : @
void uitouch_setAccessibilityAttributedValue( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityHint: @ : @
void uitouch_setAccessibilityHint( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityAttributedHint: @ : @
void uitouch_setAccessibilityAttributedHint( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityFrame: @ : {CGRect={CGPoint=dd}{CGSize=dd}}
void uitouch_setAccessibilityFrame( uitouch_t object, CGRect arg0 );
// Signature from Objective-C Runtime: v setAccessibilityPath: @ : @
void uitouch_setAccessibilityPath( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityActivationPoint: @ : {CGPoint=dd}
void uitouch_setAccessibilityActivationPoint( uitouch_t object, CGPoint arg0 );
// Signature from Objective-C Runtime: v setAccessibilityTraits: @ : Q
void uitouch_setAccessibilityTraits( uitouch_t object, unsigned long long arg0 );
// Signature from Objective-C Runtime: v setIsAccessibilityElement: @ : B
void uitouch_setIsAccessibilityElement( uitouch_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityContainer: @ : @
void uitouch_setAccessibilityContainer( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityLanguage: @ : @
void uitouch_setAccessibilityLanguage( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setShouldGroupAccessibilityChildren: @ : B
void uitouch_setShouldGroupAccessibilityChildren( uitouch_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityNavigationStyle: @ : q
void uitouch_setAccessibilityNavigationStyle( uitouch_t object, long long arg0 );
// Signature from Objective-C Runtime: v setAccessibilityRespondsToUserInteraction: @ : B
void uitouch_setAccessibilityRespondsToUserInteraction( uitouch_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityUserInputLabels: @ : @
void uitouch_setAccessibilityUserInputLabels( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityAttributedUserInputLabels: @ : @
void uitouch_setAccessibilityAttributedUserInputLabels( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityTextualContext @ :
nsobject_t uitouch_accessibilityTextualContext( uitouch_t object );
// Signature from Objective-C Runtime: v setAccessibilityTextualContext: @ : @
void uitouch_setAccessibilityTextualContext( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityHeaderElements: @ : @
void uitouch_setAccessibilityHeaderElements( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v accessibilityElementDidBecomeFocused @ :
void uitouch_accessibilityElementDidBecomeFocused( uitouch_t object );
// Signature from Objective-C Runtime: v accessibilityElementDidLoseFocus @ :
void uitouch_accessibilityElementDidLoseFocus( uitouch_t object );
// Signature from Objective-C Runtime: B accessibilityElementIsFocused @ :
bool uitouch_accessibilityElementIsFocused( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityAssistiveTechnologyFocusedIdentifiers @ :
nsobject_t uitouch_accessibilityAssistiveTechnologyFocusedIdentifiers( uitouch_t object );
// Signature from Objective-C Runtime: v accessibilityIncrement @ :
void uitouch_accessibilityIncrement( uitouch_t object );
// Signature from Objective-C Runtime: v accessibilityDecrement @ :
void uitouch_accessibilityDecrement( uitouch_t object );
// Signature from Objective-C Runtime: B accessibilityScroll: @ : q
bool uitouch_accessibilityScroll( uitouch_t object, long long arg0 );
// Signature from Objective-C Runtime: B accessibilityPerformEscape @ :
bool uitouch_accessibilityPerformEscape( uitouch_t object );
// Signature from Objective-C Runtime: B accessibilityPerformMagicTap @ :
bool uitouch_accessibilityPerformMagicTap( uitouch_t object );
// Signature from Objective-C Runtime: B accessibilityActivate @ :
bool uitouch_accessibilityActivate( uitouch_t object );
// Signature from Objective-C Runtime: v setAccessibilityCustomActions: @ : @
void uitouch_setAccessibilityCustomActions( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityCustomActions @ :
nsobject_t uitouch_accessibilityCustomActions( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityIdentification @ :
nsobject_t uitouch_accessibilityIdentification( uitouch_t object );
// Signature from Objective-C Runtime: v accessibilitySetIdentification: @ : @
void uitouch_accessibilitySetIdentification( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityIdentifier @ :
nsobject_t uitouch_accessibilityIdentifier( uitouch_t object );
// Signature from Objective-C Runtime: Q defaultAccessibilityTraits @ :
unsigned long long uitouch_defaultAccessibilityTraits( uitouch_t object );
// Signature from Objective-C Runtime: B isAccessibilityElementByDefault @ :
bool uitouch_isAccessibilityElementByDefault( uitouch_t object );
// Signature from Objective-C Runtime: B isElementAccessibilityExposedToInterfaceBuilder @ :
bool uitouch_isElementAccessibilityExposedToInterfaceBuilder( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityLocalizedStringKey @ :
nsobject_t uitouch_accessibilityLocalizedStringKey( uitouch_t object );
// Signature from Objective-C Runtime: v setAccessibilityDragSourceDescriptors: @ : @
void uitouch_setAccessibilityDragSourceDescriptors( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityDragSourceDescriptors @ :
nsobject_t uitouch_accessibilityDragSourceDescriptors( uitouch_t object );
// Signature from Objective-C Runtime: v setAccessibilityDropPointDescriptors: @ : @
void uitouch_setAccessibilityDropPointDescriptors( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityDropPointDescriptors @ :
nsobject_t uitouch_accessibilityDropPointDescriptors( uitouch_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityContainerType @ :
nsobject_t uitouch_storedAccessibilityContainerType( uitouch_t object );
// Signature from Objective-C Runtime: q accessibilityElementCount @ :
long long uitouch_accessibilityElementCount( uitouch_t object );
// Signature from Objective-C Runtime: @ accessibilityElementAtIndex: @ : q
nsobject_t uitouch_accessibilityElementAtIndex( uitouch_t object, long long arg0 );
// Signature from Objective-C Runtime: q indexOfAccessibilityElement: @ : @
long long uitouch_indexOfAccessibilityElement( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityElements @ :
nsobject_t uitouch_accessibilityElements( uitouch_t object );
// Signature from Objective-C Runtime: v setAccessibilityElements: @ : @
void uitouch_setAccessibilityElements( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: q accessibilityContainerType @ :
long long uitouch_accessibilityContainerType( uitouch_t object );
// Signature from Objective-C Runtime: v setAccessibilityContainerType: @ : q
void uitouch_setAccessibilityContainerType( uitouch_t object, long long arg0 );
// Signature from Objective-C Runtime: v setAccessibilityCustomRotors: @ : @
void uitouch_setAccessibilityCustomRotors( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityCustomRotors @ :
nsobject_t uitouch_accessibilityCustomRotors( uitouch_t object );
// Signature from Objective-C Runtime: @ uiPresentationManager @ :
nsobject_t uitouch_uiPresentationManager( uitouch_t object );
// Signature from Objective-C Runtime: v awakeFromNib @ :
void uitouch_awakeFromNib( uitouch_t object );
// Signature from Objective-C Runtime: B conformsToProtocolCached: @ : @
bool uitouch_conformsToProtocolCached( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v prepareForInterfaceBuilder @ :
void uitouch_prepareForInterfaceBuilder( uitouch_t object );
// Signature from Objective-C Runtime: @ initFromPQLResultSet:error: @ : @ ^@
nsobject_t uitouch_initFromPQLResultSet( uitouch_t object, nsobject_t arg0, nsobject_t* arg1 );
// Signature from Objective-C Runtime: B supportsRBSXPCSecureCoding @ :
bool uitouch_supportsRBSXPCSecureCoding( uitouch_t object );
// Signature from Objective-C Runtime: B RBSIsXPCObject @ :
bool uitouch_RBSIsXPCObject( uitouch_t object );
// Signature from Objective-C Runtime: @ NSRepresentation @ :
nsobject_t uitouch_NSRepresentation( uitouch_t object );
// Signature from Objective-C Runtime: @ pep_onMainThread @ :
nsobject_t uitouch_pep_onMainThread( uitouch_t object );
// Signature from Objective-C Runtime: @ pep_onThread: @ : @
nsobject_t uitouch_pep_onThread( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ pep_onOperationQueue:priority: @ : @ q
nsobject_t uitouch_pep_onOperationQueue( uitouch_t object, nsobject_t arg0, long long arg1 );
// Signature from Objective-C Runtime: @ pep_onMainThreadIfNecessary @ :
nsobject_t uitouch_pep_onMainThreadIfNecessary( uitouch_t object );
// Signature from Objective-C Runtime: @ pep_afterDelay: @ : d
nsobject_t uitouch_pep_afterDelay( uitouch_t object, double arg0 );
// Signature from Objective-C Runtime: @ pep_getInvocation: @ : ^@
nsobject_t uitouch_pep_getInvocation( uitouch_t object, nsobject_t* arg0 );
// Signature from Objective-C Runtime: @ stringValueSafe: @ : ^i
nsobject_t uitouch_stringValueSafe( uitouch_t object, int* arg0 );
// Signature from Objective-C Runtime: r* utf8ValueSafe: @ : ^i
char* uitouch_utf8ValueSafe( uitouch_t object, int* arg0 );
// Signature from Objective-C Runtime: B boolValueSafe @ :
bool uitouch_boolValueSafe( uitouch_t object );
// Signature from Objective-C Runtime: q int64ValueSafe @ :
long long uitouch_int64ValueSafe( uitouch_t object );
// Signature from Objective-C Runtime: d doubleValueSafe @ :
double uitouch_doubleValueSafe( uitouch_t object );
// Signature from Objective-C Runtime: B un_safeBoolValue @ :
bool uitouch_un_safeBoolValue( uitouch_t object );
// Signature from Objective-C Runtime: B supportsBSXPCSecureCoding @ :
bool uitouch_supportsBSXPCSecureCoding( uitouch_t object );
// Signature from Objective-C Runtime: B bs_isPlistableType @ :
bool uitouch_bs_isPlistableType( uitouch_t object );
// Signature from Objective-C Runtime: @ bs_secureEncoded @ :
nsobject_t uitouch_bs_secureEncoded( uitouch_t object );
// Signature from Objective-C Runtime: @ bs_encoded @ :
nsobject_t uitouch_bs_encoded( uitouch_t object );
// Signature from Objective-C Runtime: v releaseOnMainThread @ :
void uitouch_releaseOnMainThread( uitouch_t object );
// Signature from Objective-C Runtime: @ debugHierarchyAdditionalGroupingIDs @ :
nsobject_t uitouch_debugHierarchyAdditionalGroupingIDs( uitouch_t object );
// Signature from Objective-C Runtime: @ debugHierarchyObjectsInGroupWithID:outOptions: @ : @ ^@
nsobject_t uitouch_debugHierarchyObjectsInGroupWithID( uitouch_t object, nsobject_t arg0, nsobject_t* arg1 );
// Signature from Objective-C Runtime: @ debugHierarchyPropertyDescriptions @ :
nsobject_t uitouch_debugHierarchyPropertyDescriptions( uitouch_t object );
// Signature from Objective-C Runtime: @ debugHierarchyValueForPropertyWithName: @ : @
nsobject_t uitouch_debugHierarchyValueForPropertyWithName( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ SCN_setupDisplayLinkWithQueue:screen:policy: @ : @ @ Q
nsobject_t uitouch_SCN_setupDisplayLinkWithQueue( uitouch_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2 );
// Signature from Objective-C Runtime: v postNotificationWithDescription: @ : @
void uitouch_postNotificationWithDescription( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B okToNotifyFromThisThread @ :
bool uitouch_okToNotifyFromThisThread( uitouch_t object );
// Signature from Objective-C Runtime: v fromNotifySafeThreadPerformSelector:withObject: @ : : @
void uitouch_fromNotifySafeThreadPerformSelector( uitouch_t object, nsselector_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v allowSafePerformSelector @ :
void uitouch_allowSafePerformSelector( uitouch_t object );
// Signature from Objective-C Runtime: v disallowSafePerformSelector @ :
void uitouch_disallowSafePerformSelector( uitouch_t object );
// Signature from Objective-C Runtime: v fromNotifySafeThreadPostNotificationName:object:userInfo: @ : @ @ @
void uitouch_fromNotifySafeThreadPostNotificationName( uitouch_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: v fromMainThreadPostNotificationName:object:userInfo: @ : @ @ @
void uitouch_fromMainThreadPostNotificationName( uitouch_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: v cn_updateDictionaryForKey:withChanges: @ : @ @
void uitouch_cn_updateDictionaryForKey( uitouch_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ descriptionAtIndent: @ : Q
nsobject_t uitouch_descriptionAtIndent( uitouch_t object, unsigned long long arg0 );
// Signature from Objective-C Runtime: B isNull @ :
bool uitouch_isNull( uitouch_t object );
// Signature from Objective-C Runtime: @ CKDescription @ :
nsobject_t uitouch_CKDescription( uitouch_t object );
// Signature from Objective-C Runtime: @ CKPropertiesDescription @ :
nsobject_t uitouch_CKPropertiesDescription( uitouch_t object );
// Signature from Objective-C Runtime: @ CKUnredactedDescription @ :
nsobject_t uitouch_CKUnredactedDescription( uitouch_t object );
// Signature from Objective-C Runtime: @ CKRedactedDescription @ :
nsobject_t uitouch_CKRedactedDescription( uitouch_t object );
// Signature from Objective-C Runtime: @ CKDescriptionPropertiesWithPublic:private:shouldExpand: @ : B B B
nsobject_t uitouch_CKDescriptionPropertiesWithPublic( uitouch_t object, bool arg0, bool arg1, bool arg2 );
// Signature from Objective-C Runtime: v CKAssignToContainerWithID: @ : @
void uitouch_CKAssignToContainerWithID( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CKSingleLineDescription @ :
nsobject_t uitouch_CKSingleLineDescription( uitouch_t object );
// Signature from Objective-C Runtime: @ CKPropertiesDescriptionStringFromProperties: @ : @
nsobject_t uitouch_CKPropertiesDescriptionStringFromProperties( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CKExpandedDescription @ :
nsobject_t uitouch_CKExpandedDescription( uitouch_t object );
// Signature from Objective-C Runtime: @ CKHashedDescription @ :
nsobject_t uitouch_CKHashedDescription( uitouch_t object );
// Signature from Objective-C Runtime: v ck_bindInStatement:atIndex: @ : @ Q
void uitouch_ck_bindInStatement( uitouch_t object, nsobject_t arg0, unsigned long long arg1 );
// Signature from Objective-C Runtime: @ CKDescriptionRedact:avoidShortDescription: @ : B B
nsobject_t uitouch_CKDescriptionRedact( uitouch_t object, bool arg0, bool arg1 );
// Signature from Objective-C Runtime: @ CKObjectDescriptionRedact:avoidShortDescription: @ : B B
nsobject_t uitouch_CKObjectDescriptionRedact( uitouch_t object, bool arg0, bool arg1 );
// Signature from Objective-C Runtime: @ fm_addNotificationBlockObserverForName:object:queue:usingBlock: @ : @ @ @ @?
nsobject_t uitouch_fm_addNotificationBlockObserverForName( uitouch_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, nsobject_t* arg3 );
// Signature from Objective-C Runtime: @ fm_addNotificationBlockObserverForObject:keyPath:options:usingBlock: @ : @ @ Q @?
nsobject_t uitouch_fm_addNotificationBlockObserverForObject( uitouch_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3 );
// Signature from Objective-C Runtime: v fm_removeNotificationBlockObserver: @ : @
void uitouch_fm_removeNotificationBlockObserver( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ fm_nullToNil @ :
nsobject_t uitouch_fm_nullToNil( uitouch_t object );
// Signature from Objective-C Runtime: @ fm_logID @ :
nsobject_t uitouch_fm_logID( uitouch_t object );
// Signature from Objective-C Runtime: @ nullToNil @ :
nsobject_t uitouch_nullToNil( uitouch_t object );
// Signature from Objective-C Runtime: @ logID @ :
nsobject_t uitouch_logID( uitouch_t object );
// Signature from Objective-C Runtime: v if_setValueIfNonNil:forKey: @ : @ @
void uitouch_if_setValueIfNonNil( uitouch_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v if_setValueIfYES:forKey: @ : B @
void uitouch_if_setValueIfYES( uitouch_t object, bool arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ toPBCodable @ :
nsobject_t uitouch_toPBCodable( uitouch_t object );
// Signature from Objective-C Runtime: @ ams_generateDescriptionWithSubObjects: @ : @
nsobject_t uitouch_ams_generateDescriptionWithSubObjects( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B isProxy @ :
bool uitouch_isProxy( uitouch_t object );
// Signature from Objective-C Runtime: Q retainCount @ :
unsigned long long uitouch_retainCount( uitouch_t object );
// Signature from Objective-C Runtime: B isEqual: @ : @
bool uitouch_isEqual( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: # class @ :
nsclass_t uitouch_class( uitouch_t object );
// Signature from Objective-C Runtime: @ self @ :
nsobject_t uitouch_self( uitouch_t object );
// Signature from Objective-C Runtime: B isKindOfClass: @ : #
bool uitouch_isKindOfClass( uitouch_t object, nsclass_t arg0 );
// Signature from Objective-C Runtime: B isMemberOfClass: @ : #
bool uitouch_isMemberOfClass( uitouch_t object, nsclass_t arg0 );
// Signature from Objective-C Runtime: B conformsToProtocol: @ : @
bool uitouch_conformsToProtocol( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B respondsToSelector: @ : :
bool uitouch_respondsToSelector( uitouch_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: @ retain @ :
nsobject_t uitouch_retain( uitouch_t object );
// Signature from Objective-C Runtime: @ autorelease @ :
nsobject_t uitouch_autorelease( uitouch_t object );
// Signature from Objective-C Runtime: ^{_NSZone=} zone @ :
_NSZone* uitouch_zone( uitouch_t object );
// Signature from Objective-C Runtime: Q hash @ :
unsigned long long uitouch_hash( uitouch_t object );
// Signature from Objective-C Runtime: # superclass @ :
nsclass_t uitouch_superclass( uitouch_t object );
// Signature from Objective-C Runtime: @ debugDescription @ :
nsobject_t uitouch_debugDescription( uitouch_t object );
// Signature from Objective-C Runtime: @ init @ :
nsobject_t uitouch_init( uitouch_t object );
// Signature from Objective-C Runtime: B retainWeakReference @ :
bool uitouch_retainWeakReference( uitouch_t object );
// Signature from Objective-C Runtime: B allowsWeakReference @ :
bool uitouch_allowsWeakReference( uitouch_t object );
// Signature from Objective-C Runtime: @ copy @ :
nsobject_t uitouch_copy( uitouch_t object );
// Signature from Objective-C Runtime: v finalize @ :
void uitouch_finalize( uitouch_t object );
// Signature from Objective-C Runtime: B isFault @ :
bool uitouch_isFault( uitouch_t object );
// Signature from Objective-C Runtime: v forwardInvocation: @ : @
void uitouch_forwardInvocation( uitouch_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ forwardingTargetForSelector: @ : :
nsobject_t uitouch_forwardingTargetForSelector( uitouch_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: @ mutableCopy @ :
nsobject_t uitouch_mutableCopy( uitouch_t object );
// Signature from Objective-C Runtime: @ fallback_debugHierarchyPropertyDescriptions @ :
nsobject_t uitouch_fallback_debugHierarchyPropertyDescriptions( );
// Signature from Objective-C Runtime: @ fallback_debugHierarchyValueForPropertyWithName:onObject:outOptions:outError: @ : @ @ ^@ ^@
nsobject_t uitouch_fallback_debugHierarchyValueForPropertyWithName( nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2, nsobject_t* arg3 );
// Signature from Objective-C Runtime: v load @ :
void uitouch_load( );
// Signature from Objective-C Runtime: q version @ :
long long uitouch_version( );
// Signature from Objective-C Runtime: B instancesImplementSelector: @ : :
bool uitouch_instancesImplementSelector( nsselector_t arg0 );
// Signature from Objective-C Runtime: v setVersion: @ : q
void uitouch_setVersion( long long arg0 );
// Signature from Objective-C Runtime: B automaticallyNotifiesObserversForKey: @ : @
bool uitouch_automaticallyNotifiesObserversForKey( nsobject_t arg0 );
// Signature from Objective-C Runtime: ^{objc_method_description=:*} instanceMethodDescriptionForSelector: @ : :
objc_method_description* uitouch_instanceMethodDescriptionForSelector( nsselector_t arg0 );
// Signature from Objective-C Runtime: B accessInstanceVariablesDirectly @ :
bool uitouch_accessInstanceVariablesDirectly( );
// Signature from Objective-C Runtime: @ keyPathsForValuesAffectingValueForKey: @ : @
nsobject_t uitouch_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 );
// Signature from Objective-C Runtime: v setKeys:triggerChangeNotificationsForDependentKey: @ : @ @
void uitouch_setKeys( nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ classFallbacksForKeyedArchiver @ :
nsobject_t uitouch_classFallbacksForKeyedArchiver( );
// Signature from Objective-C Runtime: # classForKeyedUnarchiver @ :
nsclass_t uitouch_classForKeyedUnarchiver( );
// Signature from Objective-C Runtime: v cancelPreviousPerformRequestsWithTarget:selector:object: @ : @ : @
void uitouch_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: @ instanceMethodSignatureForSelector: @ : :
nsobject_t uitouch_instanceMethodSignatureForSelector( nsselector_t arg0 );
// Signature from Objective-C Runtime: B CA_automaticallyNotifiesObservers: @ : #
bool uitouch_CA_automaticallyNotifiesObservers( nsclass_t arg0 );
// Signature from Objective-C Runtime: B CA_encodesPropertyConditionally:type: @ : I i
bool uitouch_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 );
// Signature from Objective-C Runtime: @ CA_CAMLPropertyForKey: @ : @
nsobject_t uitouch_CA_CAMLPropertyForKey( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ SFSQLiteClassName @ :
nsobject_t uitouch_SFSQLiteClassName( );
// Signature from Objective-C Runtime: B isSelectorExcludedFromWebScript: @ : :
bool uitouch_isSelectorExcludedFromWebScript( nsselector_t arg0 );
// Signature from Objective-C Runtime: B isKeyExcludedFromWebScript: @ : r*
bool uitouch_isKeyExcludedFromWebScript( char* arg0 );
// Signature from Objective-C Runtime: @ bs_secureDecodedFromData: @ : @
nsobject_t uitouch_bs_secureDecodedFromData( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ bs_secureDataFromObject: @ : @
nsobject_t uitouch_bs_secureDataFromObject( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ bs_secureObjectFromData:ofClass: @ : @ #
nsobject_t uitouch_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 );
// Signature from Objective-C Runtime: @ bs_dataFromObject: @ : @
nsobject_t uitouch_bs_dataFromObject( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ bs_objectFromData: @ : @
nsobject_t uitouch_bs_objectFromData( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ bs_decodedFromData: @ : @
nsobject_t uitouch_bs_decodedFromData( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CKSQLiteClassName @ :
nsobject_t uitouch_CKSQLiteClassName( );
// Signature from Objective-C Runtime: B brc_swizzleInstanceMethod:with: @ : : :
bool uitouch_brc_swizzleInstanceMethod( nsselector_t arg0, nsselector_t arg1 );
// Signature from Objective-C Runtime: B brc_swizzleClassMethod:with: @ : : :
bool uitouch_brc_swizzleClassMethod( nsselector_t arg0, nsselector_t arg1 );
// Signature from Objective-C Runtime: @ fromPBCodable: @ : @
nsobject_t uitouch_fromPBCodable( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ copyWithZone: @ : ^{_NSZone=}
nsobject_t uitouch_copyWithZone( _NSZone* arg0 );
// Signature from Objective-C Runtime: @ allocWithZone: @ : ^{_NSZone=}
nsobject_t uitouch_allocWithZone( _NSZone* arg0 );
// Signature from Objective-C Runtime: v initialize @ :
void uitouch_initialize( );
// Signature from Objective-C Runtime: @ new @ :
nsobject_t uitouch_new( );
// Signature from Objective-C Runtime: B resolveInstanceMethod: @ : :
bool uitouch_resolveInstanceMethod( nsselector_t arg0 );
// Signature from Objective-C Runtime: B resolveClassMethod: @ : :
bool uitouch_resolveClassMethod( nsselector_t arg0 );
// Signature from Objective-C Runtime: @ alloc @ :
uitouch_t uitouch_alloc( );
// Signature from Objective-C Runtime: @ mutableCopyWithZone: @ : ^{_NSZone=}
nsobject_t uitouch_mutableCopyWithZone( _NSZone* arg0 );
// Signature from Objective-C Runtime: B isSubclassOfClass: @ : #
bool uitouch_isSubclassOfClass( nsclass_t arg0 );
// Signature from Objective-C Runtime: B isAncestorOfObject: @ : @
bool uitouch_isAncestorOfObject( nsobject_t arg0 );
// Signature from Objective-C Runtime: B instancesRespondToSelector: @ : :
bool uitouch_instancesRespondToSelector( nsselector_t arg0 );
#endif