QuelSolaar/ios/c_ocoa/uipasteboard.h

1041 lines
52 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_UIPASTEBOARD_HEADER
#define SHIMMER_C_OCOA_UIPASTEBOARD_HEADER
typedef void* uipasteboard_t;
#include "c_ocoa_types.h"
// Signature from Objective-C Runtime: @ string @ :
nsobject_t uipasteboard_string( uipasteboard_t object );
// Signature from Objective-C Runtime: @ name @ :
nsobject_t uipasteboard_name( uipasteboard_t object );
// Signature from Objective-C Runtime: v setString: @ : @
void uipasteboard_setString( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: q changeCount @ :
long long uipasteboard_changeCount( uipasteboard_t object );
// Signature from Objective-C Runtime: v setName: @ : @
void uipasteboard_setName( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setURL: @ : @
void uipasteboard_setURL( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ URL @ :
nsobject_t uipasteboard_URL( uipasteboard_t object );
// Signature from Objective-C Runtime: v setURLs: @ : @
void uipasteboard_setURLs( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ URLs @ :
nsobject_t uipasteboard_URLs( uipasteboard_t object );
// Signature from Objective-C Runtime: @ color @ :
nsobject_t uipasteboard_color( uipasteboard_t object );
// Signature from Objective-C Runtime: @ image @ :
nsobject_t uipasteboard_image( uipasteboard_t object );
// Signature from Objective-C Runtime: v setImage: @ : @
void uipasteboard_setImage( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ images @ :
nsobject_t uipasteboard_images( uipasteboard_t object );
// Signature from Objective-C Runtime: v setColor: @ : @
void uipasteboard_setColor( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ items @ :
nsobject_t uipasteboard_items( uipasteboard_t object );
// Signature from Objective-C Runtime: B isPersistent @ :
bool uipasteboard_isPersistent( uipasteboard_t object );
// Signature from Objective-C Runtime: v setPersistent: @ : B
void uipasteboard_setPersistent( uipasteboard_t object, bool arg0 );
// Signature from Objective-C Runtime: v setColors: @ : @
void uipasteboard_setColors( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ itemProviders @ :
nsobject_t uipasteboard_itemProviders( uipasteboard_t object );
// Signature from Objective-C Runtime: v setItems: @ : @
void uipasteboard_setItems( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setItemProviders: @ : @
void uipasteboard_setItemProviders( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: q numberOfItems @ :
long long uipasteboard_numberOfItems( uipasteboard_t object );
// Signature from Objective-C Runtime: @ availableTypes @ :
nsobject_t uipasteboard_availableTypes( uipasteboard_t object );
// Signature from Objective-C Runtime: B hasStrings @ :
bool uipasteboard_hasStrings( uipasteboard_t object );
// Signature from Objective-C Runtime: @ pasteboardTypes @ :
nsobject_t uipasteboard_pasteboardTypes( uipasteboard_t object );
// Signature from Objective-C Runtime: B containsPasteboardTypes: @ : @
bool uipasteboard_containsPasteboardTypes( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ dataForPasteboardType: @ : @
nsobject_t uipasteboard_dataForPasteboardType( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ valueForPasteboardType: @ : @
nsobject_t uipasteboard_valueForPasteboardType( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setValue:forPasteboardType: @ : @ @
void uipasteboard_setValue( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v setData:forPasteboardType: @ : @ @
void uipasteboard_setData( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ pasteboardTypesForItemSet: @ : @
nsobject_t uipasteboard_pasteboardTypesForItemSet( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ itemSetWithPasteboardTypes: @ : @
nsobject_t uipasteboard_itemSetWithPasteboardTypes( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ valuesForPasteboardType:inItemSet: @ : @ @
nsobject_t uipasteboard_valuesForPasteboardType( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v addItems: @ : @
void uipasteboard_addItems( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ strings @ :
nsobject_t uipasteboard_strings( uipasteboard_t object );
// Signature from Objective-C Runtime: v setStrings: @ : @
void uipasteboard_setStrings( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setImages: @ : @
void uipasteboard_setImages( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ colors @ :
nsobject_t uipasteboard_colors( uipasteboard_t object );
// Signature from Objective-C Runtime: B hasURLs @ :
bool uipasteboard_hasURLs( uipasteboard_t object );
// Signature from Objective-C Runtime: B hasImages @ :
bool uipasteboard_hasImages( uipasteboard_t object );
// Signature from Objective-C Runtime: B hasColors @ :
bool uipasteboard_hasColors( uipasteboard_t object );
// Signature from Objective-C Runtime: v setObjects:options: @ : @ @
void uipasteboard_setObjects( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ itemProvidersForInstantiatingObjectsOfClass: @ : #
nsobject_t uipasteboard_itemProvidersForInstantiatingObjectsOfClass( uipasteboard_t object, nsclass_t arg0 );
// Signature from Objective-C Runtime: B canInstantiateObjectsOfClass: @ : #
bool uipasteboard_canInstantiateObjectsOfClass( uipasteboard_t object, nsclass_t arg0 );
// Signature from Objective-C Runtime: v detectPatternsForPatterns:completionHandler: @ : @ @?
void uipasteboard_detectPatternsForPatterns( uipasteboard_t object, nsobject_t arg0, nsobject_t* arg1 );
// Signature from Objective-C Runtime: v detectValuesForPatterns:completionHandler: @ : @ @?
void uipasteboard_detectValuesForPatterns( uipasteboard_t object, nsobject_t arg0, nsobject_t* arg1 );
// Signature from Objective-C Runtime: # classForCoder @ :
nsclass_t uipasteboard_classForCoder( uipasteboard_t object );
// Signature from Objective-C Runtime: @ replacementObjectForCoder: @ : @
nsobject_t uipasteboard_replacementObjectForCoder( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ awakeAfterUsingCoder: @ : @
nsobject_t uipasteboard_awakeAfterUsingCoder( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B implementsSelector: @ : :
bool uipasteboard_implementsSelector( uipasteboard_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: v setObservationInfo: @ : ^v
void uipasteboard_setObservationInfo( uipasteboard_t object, void* arg0 );
// Signature from Objective-C Runtime: @ replacementObjectForPortCoder: @ : @
nsobject_t uipasteboard_replacementObjectForPortCoder( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v willChangeValueForKey: @ : @
void uipasteboard_willChangeValueForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v didChangeValueForKey: @ : @
void uipasteboard_didChangeValueForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ replacementObjectForArchiver: @ : @
nsobject_t uipasteboard_replacementObjectForArchiver( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: # classForArchiver @ :
nsclass_t uipasteboard_classForArchiver( uipasteboard_t object );
// Signature from Objective-C Runtime: @ valueForKey: @ : @
nsobject_t uipasteboard_valueForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: # classForKeyedArchiver @ :
nsclass_t uipasteboard_classForKeyedArchiver( uipasteboard_t object );
// Signature from Objective-C Runtime: @ replacementObjectForKeyedArchiver: @ : @
nsobject_t uipasteboard_replacementObjectForKeyedArchiver( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: ^{objc_method_description=:*} methodDescriptionForSelector: @ : :
objc_method_description* uipasteboard_methodDescriptionForSelector( uipasteboard_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: @ valueForKeyPath: @ : @
nsobject_t uipasteboard_valueForKeyPath( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableArrayValueForKeyPath: @ : @
nsobject_t uipasteboard_mutableArrayValueForKeyPath( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableOrderedSetValueForKeyPath: @ : @
nsobject_t uipasteboard_mutableOrderedSetValueForKeyPath( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableSetValueForKeyPath: @ : @
nsobject_t uipasteboard_mutableSetValueForKeyPath( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ addObserver:forObservableKeyPath: @ : @ @
nsobject_t uipasteboard_addObserver( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v removeObservation: @ : @
void uipasteboard_removeObservation( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v receiveObservedValue: @ : @
void uipasteboard_receiveObservedValue( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v receiveObservedError: @ : @
void uipasteboard_receiveObservedError( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v finishObserving @ :
void uipasteboard_finishObserving( uipasteboard_t object );
// Signature from Objective-C Runtime: v setObservation:forObservingKeyPath: @ : @ @
void uipasteboard_setObservation( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v observeValueForKeyPath:ofObject:change:context: @ : @ @ @ ^v
void uipasteboard_observeValueForKeyPath( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 );
// Signature from Objective-C Runtime: v removeObserver:forKeyPath:context: @ : @ @ ^v
void uipasteboard_removeObserver( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 );
// Signature from Objective-C Runtime: @ addChainedObservers: @ : @
nsobject_t uipasteboard_addChainedObservers( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ addObserverBlock: @ : @?
nsobject_t uipasteboard_addObserverBlock( uipasteboard_t object, nsobject_t* arg0 );
// Signature from Objective-C Runtime: @ addObservationTransformer: @ : @?
nsobject_t uipasteboard_addObservationTransformer( uipasteboard_t object, nsobject_t* arg0 );
// Signature from Objective-C Runtime: @ valueForUndefinedKey: @ : @
nsobject_t uipasteboard_valueForUndefinedKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setNilValueForKey: @ : @
void uipasteboard_setNilValueForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableArrayValueForKey: @ : @
nsobject_t uipasteboard_mutableArrayValueForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableOrderedSetValueForKey: @ : @
nsobject_t uipasteboard_mutableOrderedSetValueForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ mutableSetValueForKey: @ : @
nsobject_t uipasteboard_mutableSetValueForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ dictionaryWithValuesForKeys: @ : @
nsobject_t uipasteboard_dictionaryWithValuesForKeys( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setValuesForKeysWithDictionary: @ : @
void uipasteboard_setValuesForKeysWithDictionary( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v willChange:valuesAtIndexes:forKey: @ : Q @ @
void uipasteboard_willChange( uipasteboard_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: v didChange:valuesAtIndexes:forKey: @ : Q @ @
void uipasteboard_didChange( uipasteboard_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: ^v observationInfo @ :
void* uipasteboard_observationInfo( uipasteboard_t object );
// Signature from Objective-C Runtime: @ autoContentAccessingProxy @ :
nsobject_t uipasteboard_autoContentAccessingProxy( uipasteboard_t object );
// Signature from Objective-C Runtime: # classForPortCoder @ :
nsclass_t uipasteboard_classForPortCoder( uipasteboard_t object );
// Signature from Objective-C Runtime: v performSelector:withObject:afterDelay:inModes: @ : : @ d @
void uipasteboard_performSelector( uipasteboard_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 uipasteboard_performSelectorOnMainThread( uipasteboard_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 );
// Signature from Objective-C Runtime: v performSelectorInBackground:withObject: @ : : @
void uipasteboard_performSelectorInBackground( uipasteboard_t object, nsselector_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: B isNSDate__ @ :
bool uipasteboard_isNSDate__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSString__ @ :
bool uipasteboard_isNSString__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSCFConstantString__ @ :
bool uipasteboard_isNSCFConstantString__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSNumber__ @ :
bool uipasteboard_isNSNumber__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSArray__ @ :
bool uipasteboard_isNSArray__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSDictionary__ @ :
bool uipasteboard_isNSDictionary__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSData__ @ :
bool uipasteboard_isNSData__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSObject__ @ :
bool uipasteboard_isNSObject__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSOrderedSet__ @ :
bool uipasteboard_isNSOrderedSet__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSSet__ @ :
bool uipasteboard_isNSSet__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSTimeZone__ @ :
bool uipasteboard_isNSTimeZone__( uipasteboard_t object );
// Signature from Objective-C Runtime: B isNSValue__ @ :
bool uipasteboard_isNSValue__( uipasteboard_t object );
// Signature from Objective-C Runtime: @ description @ :
nsobject_t uipasteboard_description( uipasteboard_t object );
// Signature from Objective-C Runtime: v doesNotRecognizeSelector: @ : :
void uipasteboard_doesNotRecognizeSelector( uipasteboard_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: @ methodSignatureForSelector: @ : :
nsobject_t uipasteboard_methodSignatureForSelector( uipasteboard_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: d CA_distanceToValue: @ : @
double uipasteboard_CA_distanceToValue( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: ^{Object=^^?{Atomic={?=i}}I} CA_copyRenderValueWithColorspace: @ : ^{CGColorSpace=}
Object* uipasteboard_CA_copyRenderValueWithColorspace( uipasteboard_t object, CGColorSpace* arg0 );
// Signature from Objective-C Runtime: ^{Object=^^?{Atomic={?=i}}I} CA_copyRenderValue @ :
Object* uipasteboard_CA_copyRenderValue( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CA_interpolateValue:byFraction: @ : @ f
nsobject_t uipasteboard_CA_interpolateValue( uipasteboard_t object, nsobject_t arg0, float arg1 );
// Signature from Objective-C Runtime: @ CA_addValue:multipliedBy: @ : @ i
nsobject_t uipasteboard_CA_addValue( uipasteboard_t object, nsobject_t arg0, int arg1 );
// Signature from Objective-C Runtime: B CAMLTypeSupportedForKey: @ : @
bool uipasteboard_CAMLTypeSupportedForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CAMLTypeForKey: @ : @
nsobject_t uipasteboard_CAMLTypeForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B CA_validateValue:forKey: @ : @ @
bool uipasteboard_CA_validateValue( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v encodeWithCAMLWriter: @ : @
void uipasteboard_encodeWithCAMLWriter( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CA_interpolateValues:::interpolator: @ : @ @ @ r^{ValueInterpolator=ddddddddddddddB}
nsobject_t uipasteboard_CA_interpolateValues( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 );
// Signature from Objective-C Runtime: @ CAMLType @ :
nsobject_t uipasteboard_CAMLType( uipasteboard_t object );
// Signature from Objective-C Runtime: v CA_prepareRenderValue @ :
void uipasteboard_CA_prepareRenderValue( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CA_archivingValueForKey: @ : @
nsobject_t uipasteboard_CA_archivingValueForKey( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CA_roundToIntegerFromValue: @ : @
nsobject_t uipasteboard_CA_roundToIntegerFromValue( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ className @ :
nsobject_t uipasteboard_className( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityLabel @ :
nsobject_t uipasteboard_accessibilityLabel( uipasteboard_t object );
// Signature from Objective-C Runtime: v setAccessibilityLabel: @ : @
void uipasteboard_setAccessibilityLabel( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityIdentifier: @ : @
void uipasteboard_setAccessibilityIdentifier( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: {CGRect={CGPoint=dd}{CGSize=dd}} accessibilityFrame @ :
CGRect uipasteboard_accessibilityFrame( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityViewIsModal @ :
nsobject_t uipasteboard_storedAccessibilityViewIsModal( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityElementsHidden @ :
nsobject_t uipasteboard_storedAccessibilityElementsHidden( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedShouldGroupAccessibilityChildren @ :
nsobject_t uipasteboard_storedShouldGroupAccessibilityChildren( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityNavigationStyle @ :
nsobject_t uipasteboard_storedAccessibilityNavigationStyle( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityRespondsToUserInteraction @ :
nsobject_t uipasteboard_storedAccessibilityRespondsToUserInteraction( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityAttributedLabel @ :
nsobject_t uipasteboard_accessibilityAttributedLabel( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityValue @ :
nsobject_t uipasteboard_accessibilityValue( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityAttributedValue @ :
nsobject_t uipasteboard_accessibilityAttributedValue( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityHint @ :
nsobject_t uipasteboard_accessibilityHint( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityAttributedHint @ :
nsobject_t uipasteboard_accessibilityAttributedHint( uipasteboard_t object );
// Signature from Objective-C Runtime: {CGPoint=dd} accessibilityActivationPoint @ :
CGPoint uipasteboard_accessibilityActivationPoint( uipasteboard_t object );
// Signature from Objective-C Runtime: Q accessibilityTraits @ :
unsigned long long uipasteboard_accessibilityTraits( uipasteboard_t object );
// Signature from Objective-C Runtime: B isAccessibilityElement @ :
bool uipasteboard_isAccessibilityElement( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityContainer @ :
nsobject_t uipasteboard_accessibilityContainer( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityLanguage @ :
nsobject_t uipasteboard_accessibilityLanguage( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityPath @ :
nsobject_t uipasteboard_accessibilityPath( uipasteboard_t object );
// Signature from Objective-C Runtime: B accessibilityViewIsModal @ :
bool uipasteboard_accessibilityViewIsModal( uipasteboard_t object );
// Signature from Objective-C Runtime: B accessibilityElementsHidden @ :
bool uipasteboard_accessibilityElementsHidden( uipasteboard_t object );
// Signature from Objective-C Runtime: B shouldGroupAccessibilityChildren @ :
bool uipasteboard_shouldGroupAccessibilityChildren( uipasteboard_t object );
// Signature from Objective-C Runtime: q accessibilityNavigationStyle @ :
long long uipasteboard_accessibilityNavigationStyle( uipasteboard_t object );
// Signature from Objective-C Runtime: B accessibilityRespondsToUserInteraction @ :
bool uipasteboard_accessibilityRespondsToUserInteraction( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityUserInputLabels @ :
nsobject_t uipasteboard_accessibilityUserInputLabels( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityAttributedUserInputLabels @ :
nsobject_t uipasteboard_accessibilityAttributedUserInputLabels( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityIdentifier @ :
nsobject_t uipasteboard_storedAccessibilityIdentifier( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityTraits @ :
nsobject_t uipasteboard_storedAccessibilityTraits( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedIsAccessibilityElement @ :
nsobject_t uipasteboard_storedIsAccessibilityElement( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityFrame @ :
nsobject_t uipasteboard_storedAccessibilityFrame( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityActivationPoint @ :
nsobject_t uipasteboard_storedAccessibilityActivationPoint( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityHeaderElements @ :
nsobject_t uipasteboard_accessibilityHeaderElements( uipasteboard_t object );
// Signature from Objective-C Runtime: v setAccessibilityElementsHidden: @ : B
void uipasteboard_setAccessibilityElementsHidden( uipasteboard_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityViewIsModal: @ : B
void uipasteboard_setAccessibilityViewIsModal( uipasteboard_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityAttributedLabel: @ : @
void uipasteboard_setAccessibilityAttributedLabel( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityValue: @ : @
void uipasteboard_setAccessibilityValue( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityAttributedValue: @ : @
void uipasteboard_setAccessibilityAttributedValue( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityHint: @ : @
void uipasteboard_setAccessibilityHint( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityAttributedHint: @ : @
void uipasteboard_setAccessibilityAttributedHint( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityFrame: @ : {CGRect={CGPoint=dd}{CGSize=dd}}
void uipasteboard_setAccessibilityFrame( uipasteboard_t object, CGRect arg0 );
// Signature from Objective-C Runtime: v setAccessibilityPath: @ : @
void uipasteboard_setAccessibilityPath( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityActivationPoint: @ : {CGPoint=dd}
void uipasteboard_setAccessibilityActivationPoint( uipasteboard_t object, CGPoint arg0 );
// Signature from Objective-C Runtime: v setAccessibilityTraits: @ : Q
void uipasteboard_setAccessibilityTraits( uipasteboard_t object, unsigned long long arg0 );
// Signature from Objective-C Runtime: v setIsAccessibilityElement: @ : B
void uipasteboard_setIsAccessibilityElement( uipasteboard_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityContainer: @ : @
void uipasteboard_setAccessibilityContainer( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityLanguage: @ : @
void uipasteboard_setAccessibilityLanguage( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setShouldGroupAccessibilityChildren: @ : B
void uipasteboard_setShouldGroupAccessibilityChildren( uipasteboard_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityNavigationStyle: @ : q
void uipasteboard_setAccessibilityNavigationStyle( uipasteboard_t object, long long arg0 );
// Signature from Objective-C Runtime: v setAccessibilityRespondsToUserInteraction: @ : B
void uipasteboard_setAccessibilityRespondsToUserInteraction( uipasteboard_t object, bool arg0 );
// Signature from Objective-C Runtime: v setAccessibilityUserInputLabels: @ : @
void uipasteboard_setAccessibilityUserInputLabels( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityAttributedUserInputLabels: @ : @
void uipasteboard_setAccessibilityAttributedUserInputLabels( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityTextualContext @ :
nsobject_t uipasteboard_accessibilityTextualContext( uipasteboard_t object );
// Signature from Objective-C Runtime: v setAccessibilityTextualContext: @ : @
void uipasteboard_setAccessibilityTextualContext( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v setAccessibilityHeaderElements: @ : @
void uipasteboard_setAccessibilityHeaderElements( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v accessibilityElementDidBecomeFocused @ :
void uipasteboard_accessibilityElementDidBecomeFocused( uipasteboard_t object );
// Signature from Objective-C Runtime: v accessibilityElementDidLoseFocus @ :
void uipasteboard_accessibilityElementDidLoseFocus( uipasteboard_t object );
// Signature from Objective-C Runtime: B accessibilityElementIsFocused @ :
bool uipasteboard_accessibilityElementIsFocused( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityAssistiveTechnologyFocusedIdentifiers @ :
nsobject_t uipasteboard_accessibilityAssistiveTechnologyFocusedIdentifiers( uipasteboard_t object );
// Signature from Objective-C Runtime: v accessibilityIncrement @ :
void uipasteboard_accessibilityIncrement( uipasteboard_t object );
// Signature from Objective-C Runtime: v accessibilityDecrement @ :
void uipasteboard_accessibilityDecrement( uipasteboard_t object );
// Signature from Objective-C Runtime: B accessibilityScroll: @ : q
bool uipasteboard_accessibilityScroll( uipasteboard_t object, long long arg0 );
// Signature from Objective-C Runtime: B accessibilityPerformEscape @ :
bool uipasteboard_accessibilityPerformEscape( uipasteboard_t object );
// Signature from Objective-C Runtime: B accessibilityPerformMagicTap @ :
bool uipasteboard_accessibilityPerformMagicTap( uipasteboard_t object );
// Signature from Objective-C Runtime: B accessibilityActivate @ :
bool uipasteboard_accessibilityActivate( uipasteboard_t object );
// Signature from Objective-C Runtime: v setAccessibilityCustomActions: @ : @
void uipasteboard_setAccessibilityCustomActions( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityCustomActions @ :
nsobject_t uipasteboard_accessibilityCustomActions( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityIdentification @ :
nsobject_t uipasteboard_accessibilityIdentification( uipasteboard_t object );
// Signature from Objective-C Runtime: v accessibilitySetIdentification: @ : @
void uipasteboard_accessibilitySetIdentification( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityIdentifier @ :
nsobject_t uipasteboard_accessibilityIdentifier( uipasteboard_t object );
// Signature from Objective-C Runtime: Q defaultAccessibilityTraits @ :
unsigned long long uipasteboard_defaultAccessibilityTraits( uipasteboard_t object );
// Signature from Objective-C Runtime: B isAccessibilityElementByDefault @ :
bool uipasteboard_isAccessibilityElementByDefault( uipasteboard_t object );
// Signature from Objective-C Runtime: B isElementAccessibilityExposedToInterfaceBuilder @ :
bool uipasteboard_isElementAccessibilityExposedToInterfaceBuilder( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityLocalizedStringKey @ :
nsobject_t uipasteboard_accessibilityLocalizedStringKey( uipasteboard_t object );
// Signature from Objective-C Runtime: v setAccessibilityDragSourceDescriptors: @ : @
void uipasteboard_setAccessibilityDragSourceDescriptors( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityDragSourceDescriptors @ :
nsobject_t uipasteboard_accessibilityDragSourceDescriptors( uipasteboard_t object );
// Signature from Objective-C Runtime: v setAccessibilityDropPointDescriptors: @ : @
void uipasteboard_setAccessibilityDropPointDescriptors( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityDropPointDescriptors @ :
nsobject_t uipasteboard_accessibilityDropPointDescriptors( uipasteboard_t object );
// Signature from Objective-C Runtime: @ storedAccessibilityContainerType @ :
nsobject_t uipasteboard_storedAccessibilityContainerType( uipasteboard_t object );
// Signature from Objective-C Runtime: q accessibilityElementCount @ :
long long uipasteboard_accessibilityElementCount( uipasteboard_t object );
// Signature from Objective-C Runtime: @ accessibilityElementAtIndex: @ : q
nsobject_t uipasteboard_accessibilityElementAtIndex( uipasteboard_t object, long long arg0 );
// Signature from Objective-C Runtime: q indexOfAccessibilityElement: @ : @
long long uipasteboard_indexOfAccessibilityElement( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityElements @ :
nsobject_t uipasteboard_accessibilityElements( uipasteboard_t object );
// Signature from Objective-C Runtime: v setAccessibilityElements: @ : @
void uipasteboard_setAccessibilityElements( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: q accessibilityContainerType @ :
long long uipasteboard_accessibilityContainerType( uipasteboard_t object );
// Signature from Objective-C Runtime: v setAccessibilityContainerType: @ : q
void uipasteboard_setAccessibilityContainerType( uipasteboard_t object, long long arg0 );
// Signature from Objective-C Runtime: v setAccessibilityCustomRotors: @ : @
void uipasteboard_setAccessibilityCustomRotors( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ accessibilityCustomRotors @ :
nsobject_t uipasteboard_accessibilityCustomRotors( uipasteboard_t object );
// Signature from Objective-C Runtime: @ uiPresentationManager @ :
nsobject_t uipasteboard_uiPresentationManager( uipasteboard_t object );
// Signature from Objective-C Runtime: v awakeFromNib @ :
void uipasteboard_awakeFromNib( uipasteboard_t object );
// Signature from Objective-C Runtime: B conformsToProtocolCached: @ : @
bool uipasteboard_conformsToProtocolCached( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: v prepareForInterfaceBuilder @ :
void uipasteboard_prepareForInterfaceBuilder( uipasteboard_t object );
// Signature from Objective-C Runtime: @ initFromPQLResultSet:error: @ : @ ^@
nsobject_t uipasteboard_initFromPQLResultSet( uipasteboard_t object, nsobject_t arg0, nsobject_t* arg1 );
// Signature from Objective-C Runtime: B supportsRBSXPCSecureCoding @ :
bool uipasteboard_supportsRBSXPCSecureCoding( uipasteboard_t object );
// Signature from Objective-C Runtime: B RBSIsXPCObject @ :
bool uipasteboard_RBSIsXPCObject( uipasteboard_t object );
// Signature from Objective-C Runtime: @ NSRepresentation @ :
nsobject_t uipasteboard_NSRepresentation( uipasteboard_t object );
// Signature from Objective-C Runtime: @ pep_onMainThread @ :
nsobject_t uipasteboard_pep_onMainThread( uipasteboard_t object );
// Signature from Objective-C Runtime: @ pep_onThread: @ : @
nsobject_t uipasteboard_pep_onThread( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ pep_onOperationQueue:priority: @ : @ q
nsobject_t uipasteboard_pep_onOperationQueue( uipasteboard_t object, nsobject_t arg0, long long arg1 );
// Signature from Objective-C Runtime: @ pep_onMainThreadIfNecessary @ :
nsobject_t uipasteboard_pep_onMainThreadIfNecessary( uipasteboard_t object );
// Signature from Objective-C Runtime: @ pep_afterDelay: @ : d
nsobject_t uipasteboard_pep_afterDelay( uipasteboard_t object, double arg0 );
// Signature from Objective-C Runtime: @ pep_getInvocation: @ : ^@
nsobject_t uipasteboard_pep_getInvocation( uipasteboard_t object, nsobject_t* arg0 );
// Signature from Objective-C Runtime: @ stringValueSafe: @ : ^i
nsobject_t uipasteboard_stringValueSafe( uipasteboard_t object, int* arg0 );
// Signature from Objective-C Runtime: r* utf8ValueSafe: @ : ^i
char* uipasteboard_utf8ValueSafe( uipasteboard_t object, int* arg0 );
// Signature from Objective-C Runtime: B boolValueSafe @ :
bool uipasteboard_boolValueSafe( uipasteboard_t object );
// Signature from Objective-C Runtime: q int64ValueSafe @ :
long long uipasteboard_int64ValueSafe( uipasteboard_t object );
// Signature from Objective-C Runtime: d doubleValueSafe @ :
double uipasteboard_doubleValueSafe( uipasteboard_t object );
// Signature from Objective-C Runtime: B un_safeBoolValue @ :
bool uipasteboard_un_safeBoolValue( uipasteboard_t object );
// Signature from Objective-C Runtime: B supportsBSXPCSecureCoding @ :
bool uipasteboard_supportsBSXPCSecureCoding( uipasteboard_t object );
// Signature from Objective-C Runtime: B bs_isPlistableType @ :
bool uipasteboard_bs_isPlistableType( uipasteboard_t object );
// Signature from Objective-C Runtime: @ bs_secureEncoded @ :
nsobject_t uipasteboard_bs_secureEncoded( uipasteboard_t object );
// Signature from Objective-C Runtime: @ bs_encoded @ :
nsobject_t uipasteboard_bs_encoded( uipasteboard_t object );
// Signature from Objective-C Runtime: v releaseOnMainThread @ :
void uipasteboard_releaseOnMainThread( uipasteboard_t object );
// Signature from Objective-C Runtime: @ debugHierarchyAdditionalGroupingIDs @ :
nsobject_t uipasteboard_debugHierarchyAdditionalGroupingIDs( uipasteboard_t object );
// Signature from Objective-C Runtime: @ debugHierarchyObjectsInGroupWithID:outOptions: @ : @ ^@
nsobject_t uipasteboard_debugHierarchyObjectsInGroupWithID( uipasteboard_t object, nsobject_t arg0, nsobject_t* arg1 );
// Signature from Objective-C Runtime: @ debugHierarchyPropertyDescriptions @ :
nsobject_t uipasteboard_debugHierarchyPropertyDescriptions( uipasteboard_t object );
// Signature from Objective-C Runtime: @ debugHierarchyValueForPropertyWithName: @ : @
nsobject_t uipasteboard_debugHierarchyValueForPropertyWithName( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ SCN_setupDisplayLinkWithQueue:screen:policy: @ : @ @ Q
nsobject_t uipasteboard_SCN_setupDisplayLinkWithQueue( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2 );
// Signature from Objective-C Runtime: v postNotificationWithDescription: @ : @
void uipasteboard_postNotificationWithDescription( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B okToNotifyFromThisThread @ :
bool uipasteboard_okToNotifyFromThisThread( uipasteboard_t object );
// Signature from Objective-C Runtime: v fromNotifySafeThreadPerformSelector:withObject: @ : : @
void uipasteboard_fromNotifySafeThreadPerformSelector( uipasteboard_t object, nsselector_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v allowSafePerformSelector @ :
void uipasteboard_allowSafePerformSelector( uipasteboard_t object );
// Signature from Objective-C Runtime: v disallowSafePerformSelector @ :
void uipasteboard_disallowSafePerformSelector( uipasteboard_t object );
// Signature from Objective-C Runtime: v fromNotifySafeThreadPostNotificationName:object:userInfo: @ : @ @ @
void uipasteboard_fromNotifySafeThreadPostNotificationName( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: v fromMainThreadPostNotificationName:object:userInfo: @ : @ @ @
void uipasteboard_fromMainThreadPostNotificationName( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: v cn_updateDictionaryForKey:withChanges: @ : @ @
void uipasteboard_cn_updateDictionaryForKey( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ descriptionAtIndent: @ : Q
nsobject_t uipasteboard_descriptionAtIndent( uipasteboard_t object, unsigned long long arg0 );
// Signature from Objective-C Runtime: B isNull @ :
bool uipasteboard_isNull( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CKDescription @ :
nsobject_t uipasteboard_CKDescription( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CKPropertiesDescription @ :
nsobject_t uipasteboard_CKPropertiesDescription( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CKUnredactedDescription @ :
nsobject_t uipasteboard_CKUnredactedDescription( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CKRedactedDescription @ :
nsobject_t uipasteboard_CKRedactedDescription( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CKDescriptionPropertiesWithPublic:private:shouldExpand: @ : B B B
nsobject_t uipasteboard_CKDescriptionPropertiesWithPublic( uipasteboard_t object, bool arg0, bool arg1, bool arg2 );
// Signature from Objective-C Runtime: v CKAssignToContainerWithID: @ : @
void uipasteboard_CKAssignToContainerWithID( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CKSingleLineDescription @ :
nsobject_t uipasteboard_CKSingleLineDescription( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CKPropertiesDescriptionStringFromProperties: @ : @
nsobject_t uipasteboard_CKPropertiesDescriptionStringFromProperties( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CKExpandedDescription @ :
nsobject_t uipasteboard_CKExpandedDescription( uipasteboard_t object );
// Signature from Objective-C Runtime: @ CKHashedDescription @ :
nsobject_t uipasteboard_CKHashedDescription( uipasteboard_t object );
// Signature from Objective-C Runtime: v ck_bindInStatement:atIndex: @ : @ Q
void uipasteboard_ck_bindInStatement( uipasteboard_t object, nsobject_t arg0, unsigned long long arg1 );
// Signature from Objective-C Runtime: @ CKDescriptionRedact:avoidShortDescription: @ : B B
nsobject_t uipasteboard_CKDescriptionRedact( uipasteboard_t object, bool arg0, bool arg1 );
// Signature from Objective-C Runtime: @ CKObjectDescriptionRedact:avoidShortDescription: @ : B B
nsobject_t uipasteboard_CKObjectDescriptionRedact( uipasteboard_t object, bool arg0, bool arg1 );
// Signature from Objective-C Runtime: @ fm_addNotificationBlockObserverForName:object:queue:usingBlock: @ : @ @ @ @?
nsobject_t uipasteboard_fm_addNotificationBlockObserverForName( uipasteboard_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 uipasteboard_fm_addNotificationBlockObserverForObject( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, nsobject_t* arg3 );
// Signature from Objective-C Runtime: v fm_removeNotificationBlockObserver: @ : @
void uipasteboard_fm_removeNotificationBlockObserver( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ fm_nullToNil @ :
nsobject_t uipasteboard_fm_nullToNil( uipasteboard_t object );
// Signature from Objective-C Runtime: @ fm_logID @ :
nsobject_t uipasteboard_fm_logID( uipasteboard_t object );
// Signature from Objective-C Runtime: @ nullToNil @ :
nsobject_t uipasteboard_nullToNil( uipasteboard_t object );
// Signature from Objective-C Runtime: @ logID @ :
nsobject_t uipasteboard_logID( uipasteboard_t object );
// Signature from Objective-C Runtime: v if_setValueIfNonNil:forKey: @ : @ @
void uipasteboard_if_setValueIfNonNil( uipasteboard_t object, nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: v if_setValueIfYES:forKey: @ : B @
void uipasteboard_if_setValueIfYES( uipasteboard_t object, bool arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ toPBCodable @ :
nsobject_t uipasteboard_toPBCodable( uipasteboard_t object );
// Signature from Objective-C Runtime: @ ams_generateDescriptionWithSubObjects: @ : @
nsobject_t uipasteboard_ams_generateDescriptionWithSubObjects( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B isProxy @ :
bool uipasteboard_isProxy( uipasteboard_t object );
// Signature from Objective-C Runtime: Q retainCount @ :
unsigned long long uipasteboard_retainCount( uipasteboard_t object );
// Signature from Objective-C Runtime: v dealloc @ :
void uipasteboard_dealloc( uipasteboard_t object );
// Signature from Objective-C Runtime: B isEqual: @ : @
bool uipasteboard_isEqual( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: # class @ :
nsclass_t uipasteboard_class( uipasteboard_t object );
// Signature from Objective-C Runtime: @ self @ :
nsobject_t uipasteboard_self( uipasteboard_t object );
// Signature from Objective-C Runtime: B isKindOfClass: @ : #
bool uipasteboard_isKindOfClass( uipasteboard_t object, nsclass_t arg0 );
// Signature from Objective-C Runtime: B isMemberOfClass: @ : #
bool uipasteboard_isMemberOfClass( uipasteboard_t object, nsclass_t arg0 );
// Signature from Objective-C Runtime: B conformsToProtocol: @ : @
bool uipasteboard_conformsToProtocol( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: B respondsToSelector: @ : :
bool uipasteboard_respondsToSelector( uipasteboard_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: @ retain @ :
nsobject_t uipasteboard_retain( uipasteboard_t object );
// Signature from Objective-C Runtime: @ autorelease @ :
nsobject_t uipasteboard_autorelease( uipasteboard_t object );
// Signature from Objective-C Runtime: ^{_NSZone=} zone @ :
_NSZone* uipasteboard_zone( uipasteboard_t object );
// Signature from Objective-C Runtime: Q hash @ :
unsigned long long uipasteboard_hash( uipasteboard_t object );
// Signature from Objective-C Runtime: # superclass @ :
nsclass_t uipasteboard_superclass( uipasteboard_t object );
// Signature from Objective-C Runtime: @ debugDescription @ :
nsobject_t uipasteboard_debugDescription( uipasteboard_t object );
// Signature from Objective-C Runtime: @ init @ :
nsobject_t uipasteboard_init( uipasteboard_t object );
// Signature from Objective-C Runtime: B retainWeakReference @ :
bool uipasteboard_retainWeakReference( uipasteboard_t object );
// Signature from Objective-C Runtime: B allowsWeakReference @ :
bool uipasteboard_allowsWeakReference( uipasteboard_t object );
// Signature from Objective-C Runtime: @ copy @ :
nsobject_t uipasteboard_copy( uipasteboard_t object );
// Signature from Objective-C Runtime: v finalize @ :
void uipasteboard_finalize( uipasteboard_t object );
// Signature from Objective-C Runtime: B isFault @ :
bool uipasteboard_isFault( uipasteboard_t object );
// Signature from Objective-C Runtime: v forwardInvocation: @ : @
void uipasteboard_forwardInvocation( uipasteboard_t object, nsobject_t arg0 );
// Signature from Objective-C Runtime: @ forwardingTargetForSelector: @ : :
nsobject_t uipasteboard_forwardingTargetForSelector( uipasteboard_t object, nsselector_t arg0 );
// Signature from Objective-C Runtime: @ mutableCopy @ :
nsobject_t uipasteboard_mutableCopy( uipasteboard_t object );
// Signature from Objective-C Runtime: @ generalPasteboard @ :
nsobject_t uipasteboard_generalPasteboard( );
// Signature from Objective-C Runtime: v removePasteboardWithName: @ : @
void uipasteboard_removePasteboardWithName( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ pasteboardWithName:create: @ : @ B
nsobject_t uipasteboard_pasteboardWithName( nsobject_t arg0, bool arg1 );
// Signature from Objective-C Runtime: @ pasteboardWithUniqueName @ :
nsobject_t uipasteboard_pasteboardWithUniqueName( );
// Signature from Objective-C Runtime: @ fallback_debugHierarchyPropertyDescriptions @ :
nsobject_t uipasteboard_fallback_debugHierarchyPropertyDescriptions( );
// Signature from Objective-C Runtime: @ fallback_debugHierarchyValueForPropertyWithName:onObject:outOptions:outError: @ : @ @ ^@ ^@
nsobject_t uipasteboard_fallback_debugHierarchyValueForPropertyWithName( nsobject_t arg0, nsobject_t arg1, nsobject_t* arg2, nsobject_t* arg3 );
// Signature from Objective-C Runtime: v load @ :
void uipasteboard_load( );
// Signature from Objective-C Runtime: q version @ :
long long uipasteboard_version( );
// Signature from Objective-C Runtime: B instancesImplementSelector: @ : :
bool uipasteboard_instancesImplementSelector( nsselector_t arg0 );
// Signature from Objective-C Runtime: v setVersion: @ : q
void uipasteboard_setVersion( long long arg0 );
// Signature from Objective-C Runtime: B automaticallyNotifiesObserversForKey: @ : @
bool uipasteboard_automaticallyNotifiesObserversForKey( nsobject_t arg0 );
// Signature from Objective-C Runtime: ^{objc_method_description=:*} instanceMethodDescriptionForSelector: @ : :
objc_method_description* uipasteboard_instanceMethodDescriptionForSelector( nsselector_t arg0 );
// Signature from Objective-C Runtime: B accessInstanceVariablesDirectly @ :
bool uipasteboard_accessInstanceVariablesDirectly( );
// Signature from Objective-C Runtime: @ keyPathsForValuesAffectingValueForKey: @ : @
nsobject_t uipasteboard_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 );
// Signature from Objective-C Runtime: v setKeys:triggerChangeNotificationsForDependentKey: @ : @ @
void uipasteboard_setKeys( nsobject_t arg0, nsobject_t arg1 );
// Signature from Objective-C Runtime: @ classFallbacksForKeyedArchiver @ :
nsobject_t uipasteboard_classFallbacksForKeyedArchiver( );
// Signature from Objective-C Runtime: # classForKeyedUnarchiver @ :
nsclass_t uipasteboard_classForKeyedUnarchiver( );
// Signature from Objective-C Runtime: v cancelPreviousPerformRequestsWithTarget:selector:object: @ : @ : @
void uipasteboard_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 );
// Signature from Objective-C Runtime: @ instanceMethodSignatureForSelector: @ : :
nsobject_t uipasteboard_instanceMethodSignatureForSelector( nsselector_t arg0 );
// Signature from Objective-C Runtime: B CA_automaticallyNotifiesObservers: @ : #
bool uipasteboard_CA_automaticallyNotifiesObservers( nsclass_t arg0 );
// Signature from Objective-C Runtime: B CA_encodesPropertyConditionally:type: @ : I i
bool uipasteboard_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 );
// Signature from Objective-C Runtime: @ CA_CAMLPropertyForKey: @ : @
nsobject_t uipasteboard_CA_CAMLPropertyForKey( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ SFSQLiteClassName @ :
nsobject_t uipasteboard_SFSQLiteClassName( );
// Signature from Objective-C Runtime: B isSelectorExcludedFromWebScript: @ : :
bool uipasteboard_isSelectorExcludedFromWebScript( nsselector_t arg0 );
// Signature from Objective-C Runtime: B isKeyExcludedFromWebScript: @ : r*
bool uipasteboard_isKeyExcludedFromWebScript( char* arg0 );
// Signature from Objective-C Runtime: @ bs_secureDecodedFromData: @ : @
nsobject_t uipasteboard_bs_secureDecodedFromData( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ bs_secureDataFromObject: @ : @
nsobject_t uipasteboard_bs_secureDataFromObject( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ bs_secureObjectFromData:ofClass: @ : @ #
nsobject_t uipasteboard_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 );
// Signature from Objective-C Runtime: @ bs_dataFromObject: @ : @
nsobject_t uipasteboard_bs_dataFromObject( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ bs_objectFromData: @ : @
nsobject_t uipasteboard_bs_objectFromData( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ bs_decodedFromData: @ : @
nsobject_t uipasteboard_bs_decodedFromData( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ CKSQLiteClassName @ :
nsobject_t uipasteboard_CKSQLiteClassName( );
// Signature from Objective-C Runtime: B brc_swizzleInstanceMethod:with: @ : : :
bool uipasteboard_brc_swizzleInstanceMethod( nsselector_t arg0, nsselector_t arg1 );
// Signature from Objective-C Runtime: B brc_swizzleClassMethod:with: @ : : :
bool uipasteboard_brc_swizzleClassMethod( nsselector_t arg0, nsselector_t arg1 );
// Signature from Objective-C Runtime: @ fromPBCodable: @ : @
nsobject_t uipasteboard_fromPBCodable( nsobject_t arg0 );
// Signature from Objective-C Runtime: @ copyWithZone: @ : ^{_NSZone=}
nsobject_t uipasteboard_copyWithZone( _NSZone* arg0 );
// Signature from Objective-C Runtime: @ allocWithZone: @ : ^{_NSZone=}
nsobject_t uipasteboard_allocWithZone( _NSZone* arg0 );
// Signature from Objective-C Runtime: v initialize @ :
void uipasteboard_initialize( );
// Signature from Objective-C Runtime: @ new @ :
nsobject_t uipasteboard_new( );
// Signature from Objective-C Runtime: B resolveInstanceMethod: @ : :
bool uipasteboard_resolveInstanceMethod( nsselector_t arg0 );
// Signature from Objective-C Runtime: B resolveClassMethod: @ : :
bool uipasteboard_resolveClassMethod( nsselector_t arg0 );
// Signature from Objective-C Runtime: @ alloc @ :
uipasteboard_t uipasteboard_alloc( );
// Signature from Objective-C Runtime: @ mutableCopyWithZone: @ : ^{_NSZone=}
nsobject_t uipasteboard_mutableCopyWithZone( _NSZone* arg0 );
// Signature from Objective-C Runtime: B isSubclassOfClass: @ : #
bool uipasteboard_isSubclassOfClass( nsclass_t arg0 );
// Signature from Objective-C Runtime: B isAncestorOfObject: @ : @
bool uipasteboard_isAncestorOfObject( nsobject_t arg0 );
// Signature from Objective-C Runtime: B instancesRespondToSelector: @ : :
bool uipasteboard_instancesRespondToSelector( nsselector_t arg0 );
#endif