Skip to content

Instantly share code, notes, and snippets.

@drunknbass
Forked from steventroughtonsmith/Foundation.py
Created January 13, 2016 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drunknbass/b7b890b4db3261a1016f to your computer and use it in GitHub Desktop.
Save drunknbass/b7b890b4db3261a1016f to your computer and use it in GitHub Desktop.
UIKit+UIFoundation & Foundation for Pythonista - autoconverted from SDK tbd (includes non-public SPI)
# coding: utf-8
from objc_util import *
NSAKDeserializer = ObjCClass('NSAKDeserializer')
NSAKDeserializerStream = ObjCClass('NSAKDeserializerStream')
NSAKSerializer = ObjCClass('NSAKSerializer')
NSAKSerializerStream = ObjCClass('NSAKSerializerStream')
NSAbstractLayoutGuide = ObjCClass('NSAbstractLayoutGuide')
NSAddressCheckingResult = ObjCClass('NSAddressCheckingResult')
NSAffineTransform = ObjCClass('NSAffineTransform')
NSArchiver = ObjCClass('NSArchiver')
NSArrayChange = ObjCClass('NSArrayChange')
NSArrayChanges = ObjCClass('NSArrayChanges')
NSAssertionHandler = ObjCClass('NSAssertionHandler')
NSAttributedString = ObjCClass('NSAttributedString')
NSAutoreleasePool = ObjCClass('NSAutoreleasePool')
NSAutoresizingMaskLayoutConstraint = ObjCClass('NSAutoresizingMaskLayoutConstraint')
NSBigMutableString = ObjCClass('NSBigMutableString')
NSBlockExpression = ObjCClass('NSBlockExpression')
NSBlockOperation = ObjCClass('NSBlockOperation')
NSBlockPredicate = ObjCClass('NSBlockPredicate')
NSBoundKeyPath = ObjCClass('NSBoundKeyPath')
NSBundle = ObjCClass('NSBundle')
NSBundleResourceRequest = ObjCClass('NSBundleResourceRequest')
NSByteCountFormatter = ObjCClass('NSByteCountFormatter')
NSCachedURLResponse = ObjCClass('NSCachedURLResponse')
NSCalendarDate = ObjCClass('NSCalendarDate')
NSCharacterSet = ObjCClass('NSCharacterSet')
NSCheapMutableString = ObjCClass('NSCheapMutableString')
NSCoder = ObjCClass('NSCoder')
NSComparisonPredicate = ObjCClass('NSComparisonPredicate')
NSComparisonPredicateOperator = ObjCClass('NSComparisonPredicateOperator')
NSComplexOrthography = ObjCClass('NSComplexOrthography')
NSComplexRegularExpressionCheckingResult = ObjCClass('NSComplexRegularExpressionCheckingResult')
NSCompoundPredicate = ObjCClass('NSCompoundPredicate')
NSCompoundPredicateOperator = ObjCClass('NSCompoundPredicateOperator')
NSConcreteAttributedString = ObjCClass('NSConcreteAttributedString')
NSConcreteMutableAttributedString = ObjCClass('NSConcreteMutableAttributedString')
NSConcreteValue = ObjCClass('NSConcreteValue')
NSCondition = ObjCClass('NSCondition')
NSConditionLock = ObjCClass('NSConditionLock')
NSConstantString = ObjCClass('NSConstantString')
NSConstantValueExpression = ObjCClass('NSConstantValueExpression')
NSContentSizeLayoutConstraint = ObjCClass('NSContentSizeLayoutConstraint')
NSCorrectionCheckingResult = ObjCClass('NSCorrectionCheckingResult')
NSCountedSet = ObjCClass('NSCountedSet')
NSDashCheckingResult = ObjCClass('NSDashCheckingResult')
NSDataDetector = ObjCClass('NSDataDetector')
NSDateCheckingResult = ObjCClass('NSDateCheckingResult')
NSDateComponentsFormatter = ObjCClass('NSDateComponentsFormatter')
NSDateFormatter = ObjCClass('NSDateFormatter')
NSDateIntervalFormatter = ObjCClass('NSDateIntervalFormatter')
NSDecimalNumber = ObjCClass('NSDecimalNumber')
NSDecimalNumberHandler = ObjCClass('NSDecimalNumberHandler')
NSDirInfo = ObjCClass('NSDirInfo')
NSDirInfoDeserializer = ObjCClass('NSDirInfoDeserializer')
NSDirInfoSerializer = ObjCClass('NSDirInfoSerializer')
NSDirectoryEnumerator = ObjCClass('NSDirectoryEnumerator')
NSDistributedNotificationCenter = ObjCClass('NSDistributedNotificationCenter')
NSDocInfo = ObjCClass('NSDocInfo')
NSDocumentDeserializer = ObjCClass('NSDocumentDeserializer')
NSDocumentSerializer = ObjCClass('NSDocumentSerializer')
NSEnergyFormatter = ObjCClass('NSEnergyFormatter')
NSEqualityPredicateOperator = ObjCClass('NSEqualityPredicateOperator')
NSError = ObjCClass('NSError')
NSExpression = ObjCClass('NSExpression')
NSExtendedRegularExpressionCheckingResult = ObjCClass('NSExtendedRegularExpressionCheckingResult')
NSFalsePredicate = ObjCClass('NSFalsePredicate')
NSFileAccessArbiter = ObjCClass('NSFileAccessArbiter')
NSFileAccessIntent = ObjCClass('NSFileAccessIntent')
NSFileCoordinator = ObjCClass('NSFileCoordinator')
NSFileHandle = ObjCClass('NSFileHandle')
NSFileManager = ObjCClass('NSFileManager')
NSFileVersion = ObjCClass('NSFileVersion')
NSFileWrapper = ObjCClass('NSFileWrapper')
NSFileWrapperMoreIVars = ObjCClass('NSFileWrapperMoreIVars')
NSFilterObservationTransformer = ObjCClass('NSFilterObservationTransformer')
NSFormatter = ObjCClass('NSFormatter')
NSFunctionExpression = ObjCClass('NSFunctionExpression')
NSGZipDecoder = ObjCClass('NSGZipDecoder')
NSGrammarCheckingResult = ObjCClass('NSGrammarCheckingResult')
NSHTTPCookie = ObjCClass('NSHTTPCookie')
NSHTTPCookieStorage = ObjCClass('NSHTTPCookieStorage')
NSHTTPURLResponse = ObjCClass('NSHTTPURLResponse')
NSHashTable = ObjCClass('NSHashTable')
NSHost = ObjCClass('NSHost')
NSIBPrototypingLayoutConstraint = ObjCClass('NSIBPrototypingLayoutConstraint')
NSISEngine = ObjCClass('NSISEngine')
NSISLinearExpression = ObjCClass('NSISLinearExpression')
NSISObjectiveLinearExpression = ObjCClass('NSISObjectiveLinearExpression')
NSISVariable = ObjCClass('NSISVariable')
NSInPredicateOperator = ObjCClass('NSInPredicateOperator')
NSIndexPath = ObjCClass('NSIndexPath')
NSIndexSet = ObjCClass('NSIndexSet')
NSInvocationOperation = ObjCClass('NSInvocationOperation')
NSJSONSerialization = ObjCClass('NSJSONSerialization')
NSKeyPathExpression = ObjCClass('NSKeyPathExpression')
NSKeyPathSpecifierExpression = ObjCClass('NSKeyPathSpecifierExpression')
NSKeyValueAccessor = ObjCClass('NSKeyValueAccessor')
NSKeyValueGetter = ObjCClass('NSKeyValueGetter')
NSKeyValueSetter = ObjCClass('NSKeyValueSetter')
NSKeyedArchiver = ObjCClass('NSKeyedArchiver')
NSKeyedUnarchiver = ObjCClass('NSKeyedUnarchiver')
NSLayoutAnchor = ObjCClass('NSLayoutAnchor')
NSLayoutConstraint = ObjCClass('NSLayoutConstraint')
NSLayoutDimension = ObjCClass('NSLayoutDimension')
NSLayoutXAxisAnchor = ObjCClass('NSLayoutXAxisAnchor')
NSLayoutYAxisAnchor = ObjCClass('NSLayoutYAxisAnchor')
NSLeafProxy = ObjCClass('NSLeafProxy')
NSLengthFormatter = ObjCClass('NSLengthFormatter')
NSLinguisticTagger = ObjCClass('NSLinguisticTagger')
NSLinkCheckingResult = ObjCClass('NSLinkCheckingResult')
NSLocalizableString = ObjCClass('NSLocalizableString')
NSLock = ObjCClass('NSLock')
NSLookupMatch = ObjCClass('NSLookupMatch')
NSMachBootstrapServer = ObjCClass('NSMachBootstrapServer')
NSMachPort = ObjCClass('NSMachPort')
NSMapTable = ObjCClass('NSMapTable')
NSMassFormatter = ObjCClass('NSMassFormatter')
NSMessagePort = ObjCClass('NSMessagePort')
NSMessagePortNameServer = ObjCClass('NSMessagePortNameServer')
NSMetadataItem = ObjCClass('NSMetadataItem')
NSMetadataQuery = ObjCClass('NSMetadataQuery')
NSMetadataQueryAttributeValueTuple = ObjCClass('NSMetadataQueryAttributeValueTuple')
NSMetadataQueryResultGroup = ObjCClass('NSMetadataQueryResultGroup')
NSMultiReadUniWriteLock = ObjCClass('NSMultiReadUniWriteLock')
NSMutableAttributedString = ObjCClass('NSMutableAttributedString')
NSMutableCharacterSet = ObjCClass('NSMutableCharacterSet')
NSMutableIndexSet = ObjCClass('NSMutableIndexSet')
NSMutableRLEArray = ObjCClass('NSMutableRLEArray')
NSMutableString = ObjCClass('NSMutableString')
NSMutableStringProxyForMutableAttributedString = ObjCClass('NSMutableStringProxyForMutableAttributedString')
NSMutableURLRequest = ObjCClass('NSMutableURLRequest')
NSNetService = ObjCClass('NSNetService')
NSNetServiceBrowser = ObjCClass('NSNetServiceBrowser')
NSNotification = ObjCClass('NSNotification')
NSNotificationCenter = ObjCClass('NSNotificationCenter')
NSNotificationObservable = ObjCClass('NSNotificationObservable')
NSNotificationQueue = ObjCClass('NSNotificationQueue')
NSNumber = ObjCClass('NSNumber')
NSNumberFormatter = ObjCClass('NSNumberFormatter')
NSObservableKeyPath = ObjCClass('NSObservableKeyPath')
NSObservation = ObjCClass('NSObservation')
NSObservationBuffer = ObjCClass('NSObservationBuffer')
NSObservationSink = ObjCClass('NSObservationSink')
NSObservationSource = ObjCClass('NSObservationSource')
NSObservationTransformer = ObjCClass('NSObservationTransformer')
NSObserverKeyPath = ObjCClass('NSObserverKeyPath')
NSOldValueObservationTransformer = ObjCClass('NSOldValueObservationTransformer')
NSOperation = ObjCClass('NSOperation')
NSOperationQueue = ObjCClass('NSOperationQueue')
NSOrderedSetChange = ObjCClass('NSOrderedSetChange')
NSOrderedSetChanges = ObjCClass('NSOrderedSetChanges')
NSOrthography = ObjCClass('NSOrthography')
NSOrthographyCheckingResult = ObjCClass('NSOrthographyCheckingResult')
NSPageData = ObjCClass('NSPageData')
NSPersonNameComponents = ObjCClass('NSPersonNameComponents')
NSPersonNameComponentsFormatter = ObjCClass('NSPersonNameComponentsFormatter')
NSPhoneNumberCheckingResult = ObjCClass('NSPhoneNumberCheckingResult')
NSPinyinString = ObjCClass('NSPinyinString')
NSPipe = ObjCClass('NSPipe')
NSPlaceholderMutableString = ObjCClass('NSPlaceholderMutableString')
NSPlaceholderString = ObjCClass('NSPlaceholderString')
NSPointerArray = ObjCClass('NSPointerArray')
NSPointerFunctions = ObjCClass('NSPointerFunctions')
NSPort = ObjCClass('NSPort')
NSPortMessage = ObjCClass('NSPortMessage')
NSPortNameServer = ObjCClass('NSPortNameServer')
NSPredicate = ObjCClass('NSPredicate')
NSPredicateOperator = ObjCClass('NSPredicateOperator')
NSProcessInfo = ObjCClass('NSProcessInfo')
NSProgress = ObjCClass('NSProgress')
NSPropertyListSerialization = ObjCClass('NSPropertyListSerialization')
NSProtocolChecker = ObjCClass('NSProtocolChecker')
NSProxy = ObjCClass('NSProxy')
NSPurgeableData = ObjCClass('NSPurgeableData')
NSQuoteCheckingResult = ObjCClass('NSQuoteCheckingResult')
NSRLEArray = ObjCClass('NSRLEArray')
NSRTFD = ObjCClass('NSRTFD')
NSRecursiveLock = ObjCClass('NSRecursiveLock')
NSReduceObservationTransformer = ObjCClass('NSReduceObservationTransformer')
NSRegularExpression = ObjCClass('NSRegularExpression')
NSRegularExpressionCheckingResult = ObjCClass('NSRegularExpressionCheckingResult')
NSReplacementCheckingResult = ObjCClass('NSReplacementCheckingResult')
NSScanner = ObjCClass('NSScanner')
NSSelfExpression = ObjCClass('NSSelfExpression')
NSSetChange = ObjCClass('NSSetChange')
NSSetChanges = ObjCClass('NSSetChanges')
NSSetExpression = ObjCClass('NSSetExpression')
NSSimpleAttributeDictionary = ObjCClass('NSSimpleAttributeDictionary')
NSSimpleCString = ObjCClass('NSSimpleCString')
NSSimpleOrthography = ObjCClass('NSSimpleOrthography')
NSSimpleRegularExpressionCheckingResult = ObjCClass('NSSimpleRegularExpressionCheckingResult')
NSSortDescriptor = ObjCClass('NSSortDescriptor')
NSSpellCheckingResult = ObjCClass('NSSpellCheckingResult')
NSString = ObjCClass('NSString')
NSStringPredicateOperator = ObjCClass('NSStringPredicateOperator')
NSSubqueryExpression = ObjCClass('NSSubqueryExpression')
NSSubstitutionCheckingResult = ObjCClass('NSSubstitutionCheckingResult')
NSSubstringPredicateOperator = ObjCClass('NSSubstringPredicateOperator')
NSTask = ObjCClass('NSTask')
NSTernaryExpression = ObjCClass('NSTernaryExpression')
NSTextCheckingResult = ObjCClass('NSTextCheckingResult')
NSThread = ObjCClass('NSThread')
NSTransitInformationCheckingResult = ObjCClass('NSTransitInformationCheckingResult')
NSTruePredicate = ObjCClass('NSTruePredicate')
NSURLAuthenticationChallenge = ObjCClass('NSURLAuthenticationChallenge')
NSURLCache = ObjCClass('NSURLCache')
NSURLComponents = ObjCClass('NSURLComponents')
NSURLConnection = ObjCClass('NSURLConnection')
NSURLCredential = ObjCClass('NSURLCredential')
NSURLCredentialStorage = ObjCClass('NSURLCredentialStorage')
NSURLDownload = ObjCClass('NSURLDownload')
NSURLError = ObjCClass('NSURLError')
NSURLFileTypeMappings = ObjCClass('NSURLFileTypeMappings')
NSURLProtectionSpace = ObjCClass('NSURLProtectionSpace')
NSURLProtocol = ObjCClass('NSURLProtocol')
NSURLQueryItem = ObjCClass('NSURLQueryItem')
NSURLRequest = ObjCClass('NSURLRequest')
NSURLResponse = ObjCClass('NSURLResponse')
NSURLSession = ObjCClass('NSURLSession')
NSURLSessionConfiguration = ObjCClass('NSURLSessionConfiguration')
NSURLSessionDataTask = ObjCClass('NSURLSessionDataTask')
NSURLSessionDownloadTask = ObjCClass('NSURLSessionDownloadTask')
NSURLSessionTask = ObjCClass('NSURLSessionTask')
NSURLSessionUploadTask = ObjCClass('NSURLSessionUploadTask')
NSUUID = ObjCClass('NSUUID')
NSUbiquitousKeyValueStore = ObjCClass('NSUbiquitousKeyValueStore')
NSUnarchiver = ObjCClass('NSUnarchiver')
NSUndoManager = ObjCClass('NSUndoManager')
NSUserActivity = ObjCClass('NSUserActivity')
NSValue = ObjCClass('NSValue')
NSValueTransformer = ObjCClass('NSValueTransformer')
NSVariableExpression = ObjCClass('NSVariableExpression')
NSXMLParser = ObjCClass('NSXMLParser')
NSXPCCoder = ObjCClass('NSXPCCoder')
NSXPCConnection = ObjCClass('NSXPCConnection')
NSXPCInterface = ObjCClass('NSXPCInterface')
NSXPCListener = ObjCClass('NSXPCListener')
NSXPCListenerEndpoint = ObjCClass('NSXPCListenerEndpoint')
# coding: utf-8
from objc_util import *
NSDataAsset = ObjCClass('NSDataAsset')
NSFileProviderExtension = ObjCClass('NSFileProviderExtension')
UIAcceleration = ObjCClass('UIAcceleration')
UIAccelerometer = ObjCClass('UIAccelerometer')
UIAccessibilityCustomAction = ObjCClass('UIAccessibilityCustomAction')
UIAccessibilityElement = ObjCClass('UIAccessibilityElement')
UIAccessoryBackgroundTaskAction = ObjCClass('UIAccessoryBackgroundTaskAction')
UIActionSheet = ObjCClass('UIActionSheet')
UIActivity = ObjCClass('UIActivity')
UIActivityContinuationAction = ObjCClass('UIActivityContinuationAction')
UIActivityGroupViewController = ObjCClass('UIActivityGroupViewController')
UIActivityIndicatorView = ObjCClass('UIActivityIndicatorView')
UIActivityItemProvider = ObjCClass('UIActivityItemProvider')
UIActivityViewController = ObjCClass('UIActivityViewController')
UIAddToReadingListActivity = ObjCClass('UIAddToReadingListActivity')
UIAlertAction = ObjCClass('UIAlertAction')
UIAlertController = ObjCClass('UIAlertController')
UIAlertView = ObjCClass('UIAlertView')
UIAlphaAnimation = ObjCClass('UIAlphaAnimation')
UIAnimation = ObjCClass('UIAnimation')
UIAnimator = ObjCClass('UIAnimator')
UIApplication = ObjCClass('UIApplication')
UIApplicationExtensionActivity = ObjCClass('UIApplicationExtensionActivity')
UIApplicationSceneClientSettings = ObjCClass('UIApplicationSceneClientSettings')
UIApplicationSceneClientSettingsDiffInspector = ObjCClass('UIApplicationSceneClientSettingsDiffInspector')
UIApplicationSceneSettings = ObjCClass('UIApplicationSceneSettings')
UIApplicationSceneSettingsDiffInspector = ObjCClass('UIApplicationSceneSettingsDiffInspector')
UIApplicationSceneTransitionContext = ObjCClass('UIApplicationSceneTransitionContext')
UIApplicationShortcutIcon = ObjCClass('UIApplicationShortcutIcon')
UIApplicationShortcutItem = ObjCClass('UIApplicationShortcutItem')
UIAssignToContactActivity = ObjCClass('UIAssignToContactActivity')
UIAttachmentBehavior = ObjCClass('UIAttachmentBehavior')
UIAutoRotatingWindow = ObjCClass('UIAutoRotatingWindow')
UIBarButtonItem = ObjCClass('UIBarButtonItem')
UIBarButtonItemGroup = ObjCClass('UIBarButtonItemGroup')
UIBarItem = ObjCClass('UIBarItem')
UIBezierPath = ObjCClass('UIBezierPath')
UIBlurEffect = ObjCClass('UIBlurEffect')
UIBookViewController = ObjCClass('UIBookViewController')
UIButton = ObjCClass('UIButton')
UICalloutBar = ObjCClass('UICalloutBar')
UICalloutView = ObjCClass('UICalloutView')
UICheckeredPatternView = ObjCClass('UICheckeredPatternView')
UIClassicController = ObjCClass('UIClassicController')
UICollectionReusableView = ObjCClass('UICollectionReusableView')
UICollectionView = ObjCClass('UICollectionView')
UICollectionViewCell = ObjCClass('UICollectionViewCell')
UICollectionViewController = ObjCClass('UICollectionViewController')
UICollectionViewFlowLayout = ObjCClass('UICollectionViewFlowLayout')
UICollectionViewFlowLayoutInvalidationContext = ObjCClass('UICollectionViewFlowLayoutInvalidationContext')
UICollectionViewFocusUpdateContext = ObjCClass('UICollectionViewFocusUpdateContext')
UICollectionViewLayout = ObjCClass('UICollectionViewLayout')
UICollectionViewLayoutAttributes = ObjCClass('UICollectionViewLayoutAttributes')
UICollectionViewLayoutInvalidationContext = ObjCClass('UICollectionViewLayoutInvalidationContext')
UICollectionViewTransitionLayout = ObjCClass('UICollectionViewTransitionLayout')
UICollectionViewUpdateItem = ObjCClass('UICollectionViewUpdateItem')
UICollisionBehavior = ObjCClass('UICollisionBehavior')
UIColor = ObjCClass('UIColor')
UICompletionTable = ObjCClass('UICompletionTable')
UIControl = ObjCClass('UIControl')
UICopyToPasteboardActivity = ObjCClass('UICopyToPasteboardActivity')
UIDateLabel = ObjCClass('UIDateLabel')
UIDatePicker = ObjCClass('UIDatePicker')
UIDefaultKeyboardInput = ObjCClass('UIDefaultKeyboardInput')
UIDevice = ObjCClass('UIDevice')
UIDictationInputMode = ObjCClass('UIDictationInputMode')
UIDictationPhrase = ObjCClass('UIDictationPhrase')
UIDidTakeScreenshotAction = ObjCClass('UIDidTakeScreenshotAction')
UIDocument = ObjCClass('UIDocument')
UIDocumentInteractionController = ObjCClass('UIDocumentInteractionController')
UIDocumentMenuViewController = ObjCClass('UIDocumentMenuViewController')
UIDocumentPasswordField = ObjCClass('UIDocumentPasswordField')
UIDocumentPasswordView = ObjCClass('UIDocumentPasswordView')
UIDocumentPickerExtensionViewController = ObjCClass('UIDocumentPickerExtensionViewController')
UIDocumentPickerViewController = ObjCClass('UIDocumentPickerViewController')
UIDocumentStorageManager = ObjCClass('UIDocumentStorageManager')
UIDragger = ObjCClass('UIDragger')
UIDynamicAnimator = ObjCClass('UIDynamicAnimator')
UIDynamicBehavior = ObjCClass('UIDynamicBehavior')
UIDynamicItemBehavior = ObjCClass('UIDynamicItemBehavior')
UIDynamicItemGroup = ObjCClass('UIDynamicItemGroup')
UIEvent = ObjCClass('UIEvent')
UIFetchContentInBackgroundAction = ObjCClass('UIFetchContentInBackgroundAction')
UIFetchContentInBackgroundActionResponse = ObjCClass('UIFetchContentInBackgroundActionResponse')
UIFieldBehavior = ObjCClass('UIFieldBehavior')
UIFieldEditor = ObjCClass('UIFieldEditor')
UIFlicker = ObjCClass('UIFlicker')
UIFocusAnimationCoordinator = ObjCClass('UIFocusAnimationCoordinator')
UIFocusContainerGuide = ObjCClass('UIFocusContainerGuide')
UIFocusGuide = ObjCClass('UIFocusGuide')
UIFocusUpdateContext = ObjCClass('UIFocusUpdateContext')
UIFrameAnimation = ObjCClass('UIFrameAnimation')
UIGestureRecognizer = ObjCClass('UIGestureRecognizer')
UIGradient = ObjCClass('UIGradient')
UIGravityBehavior = ObjCClass('UIGravityBehavior')
UIHandleApplicationShortcutAction = ObjCClass('UIHandleApplicationShortcutAction')
UIHandleBackgroundURLSessionAction = ObjCClass('UIHandleBackgroundURLSessionAction')
UIHandleLocalNotificationAction = ObjCClass('UIHandleLocalNotificationAction')
UIHandleRemoteNotificationAction = ObjCClass('UIHandleRemoteNotificationAction')
UIHandleStatusBarTapAction = ObjCClass('UIHandleStatusBarTapAction')
UIImage = ObjCClass('UIImage')
UIImageAsset = ObjCClass('UIImageAsset')
UIImagePickerController = ObjCClass('UIImagePickerController')
UIImageView = ObjCClass('UIImageView')
UIInputView = ObjCClass('UIInputView')
UIInputViewController = ObjCClass('UIInputViewController')
UIInteractionProgress = ObjCClass('UIInteractionProgress')
UIInterpolatingMotionEffect = ObjCClass('UIInterpolatingMotionEffect')
UIKBCacheToken = ObjCClass('UIKBCacheToken')
UIKBGeometry = ObjCClass('UIKBGeometry')
UIKBMergeAction = ObjCClass('UIKBMergeAction')
UIKBRenderFactory = ObjCClass('UIKBRenderFactory')
UIKBScreenTraits = ObjCClass('UIKBScreenTraits')
UIKBShape = ObjCClass('UIKBShape')
UIKBSplitTraits = ObjCClass('UIKBSplitTraits')
UIKBTextEditingTraits = ObjCClass('UIKBTextEditingTraits')
UIKBTree = ObjCClass('UIKBTree')
UIKBTree_Compile = ObjCClass('UIKBTree_Compile')
UIKeyCommand = ObjCClass('UIKeyCommand')
UIKeyboard = ObjCClass('UIKeyboard')
UIKeyboardEmojiCategory = ObjCClass('UIKeyboardEmojiCategory')
UIKeyboardImpl = ObjCClass('UIKeyboardImpl')
UIKeyboardInputMode = ObjCClass('UIKeyboardInputMode')
UIKeyboardInputModeController = ObjCClass('UIKeyboardInputModeController')
UIKeyboardLayout = ObjCClass('UIKeyboardLayout')
UIKeyboardPreferencesController = ObjCClass('UIKeyboardPreferencesController')
UIKeyboardSuggestedInputMode = ObjCClass('UIKeyboardSuggestedInputMode')
UILabel = ObjCClass('UILabel')
UILayoutGuide = ObjCClass('UILayoutGuide')
UILexicon = ObjCClass('UILexicon')
UILexiconEntry = ObjCClass('UILexiconEntry')
UILocalNotification = ObjCClass('UILocalNotification')
UILocalizedIndexedCollation = ObjCClass('UILocalizedIndexedCollation')
UILongPressGestureRecognizer = ObjCClass('UILongPressGestureRecognizer')
UIMailActivity = ObjCClass('UIMailActivity')
UIManagedDocument = ObjCClass('UIManagedDocument')
UIMarkupTextPrintFormatter = ObjCClass('UIMarkupTextPrintFormatter')
UIMenuController = ObjCClass('UIMenuController')
UIMenuItem = ObjCClass('UIMenuItem')
UIMessageActivity = ObjCClass('UIMessageActivity')
UIModalView = ObjCClass('UIModalView')
UIMoreListController = ObjCClass('UIMoreListController')
UIMoreNavigationController = ObjCClass('UIMoreNavigationController')
UIMotionEffect = ObjCClass('UIMotionEffect')
UIMotionEffectGroup = ObjCClass('UIMotionEffectGroup')
UIMovieScrubber = ObjCClass('UIMovieScrubber')
UIMultiColumnsNavigationTransitionView = ObjCClass('UIMultiColumnsNavigationTransitionView')
UIMutableApplicationSceneClientSettings = ObjCClass('UIMutableApplicationSceneClientSettings')
UIMutableApplicationSceneSettings = ObjCClass('UIMutableApplicationSceneSettings')
UIMutableApplicationShortcutItem = ObjCClass('UIMutableApplicationShortcutItem')
UIMutableUserNotificationAction = ObjCClass('UIMutableUserNotificationAction')
UIMutableUserNotificationActionSettings = ObjCClass('UIMutableUserNotificationActionSettings')
UIMutableUserNotificationCategory = ObjCClass('UIMutableUserNotificationCategory')
UINavigationBar = ObjCClass('UINavigationBar')
UINavigationButton = ObjCClass('UINavigationButton')
UINavigationController = ObjCClass('UINavigationController')
UINavigationItem = ObjCClass('UINavigationItem')
UINavigationTransitionView = ObjCClass('UINavigationTransitionView')
UINib = ObjCClass('UINib')
UINibKeyValuePair = ObjCClass('UINibKeyValuePair')
UIOldSliderControl = ObjCClass('UIOldSliderControl')
UIOpenInIBooksActivity = ObjCClass('UIOpenInIBooksActivity')
UIOpenURLAction = ObjCClass('UIOpenURLAction')
UIPageControl = ObjCClass('UIPageControl')
UIPageController = ObjCClass('UIPageController')
UIPageControllerScrollView = ObjCClass('UIPageControllerScrollView')
UIPageViewController = ObjCClass('UIPageViewController')
UIPanGestureRecognizer = ObjCClass('UIPanGestureRecognizer')
UIPasscodeField = ObjCClass('UIPasscodeField')
UIPasteboard = ObjCClass('UIPasteboard')
UIPercentDrivenInteractiveTransition = ObjCClass('UIPercentDrivenInteractiveTransition')
UIPeripheralHost = ObjCClass('UIPeripheralHost')
UIPickerContentView = ObjCClass('UIPickerContentView')
UIPickerView = ObjCClass('UIPickerView')
UIPinchGestureRecognizer = ObjCClass('UIPinchGestureRecognizer')
UIPopoverBackgroundView = ObjCClass('UIPopoverBackgroundView')
UIPopoverController = ObjCClass('UIPopoverController')
UIPopoverPresentationController = ObjCClass('UIPopoverPresentationController')
UIPresentationController = ObjCClass('UIPresentationController')
UIPress = ObjCClass('UIPress')
UIPressesEvent = ObjCClass('UIPressesEvent')
UIPreviewAction = ObjCClass('UIPreviewAction')
UIPreviewActionGroup = ObjCClass('UIPreviewActionGroup')
UIPreviewForceInteractionProgress = ObjCClass('UIPreviewForceInteractionProgress')
UIPreviewInteractionController = ObjCClass('UIPreviewInteractionController')
UIPreviewItemController = ObjCClass('UIPreviewItemController')
UIPreviewMenuItem = ObjCClass('UIPreviewMenuItem')
UIPreviewPresentationController = ObjCClass('UIPreviewPresentationController')
UIPrintActivity = ObjCClass('UIPrintActivity')
UIPrintFormatter = ObjCClass('UIPrintFormatter')
UIPrintInfo = ObjCClass('UIPrintInfo')
UIPrintInteractionController = ObjCClass('UIPrintInteractionController')
UIPrintPageRenderer = ObjCClass('UIPrintPageRenderer')
UIPrintPaper = ObjCClass('UIPrintPaper')
UIPrinter = ObjCClass('UIPrinter')
UIPrinterPickerController = ObjCClass('UIPrinterPickerController')
UIProgressHUD = ObjCClass('UIProgressHUD')
UIProgressIndicator = ObjCClass('UIProgressIndicator')
UIProgressView = ObjCClass('UIProgressView')
UIPushBehavior = ObjCClass('UIPushBehavior')
UIReferenceLibraryViewController = ObjCClass('UIReferenceLibraryViewController')
UIRefreshControl = ObjCClass('UIRefreshControl')
UIRegion = ObjCClass('UIRegion')
UIRemoteApplication = ObjCClass('UIRemoteApplication')
UIRemoveControl = ObjCClass('UIRemoveControl')
UIResponder = ObjCClass('UIResponder')
UIRivenFactory = ObjCClass('UIRivenFactory')
UIRotationAnimation = ObjCClass('UIRotationAnimation')
UIRotationGestureRecognizer = ObjCClass('UIRotationGestureRecognizer')
UISaveToCameraRollActivity = ObjCClass('UISaveToCameraRollActivity')
UIScreen = ObjCClass('UIScreen')
UIScreenEdgePanGestureRecognizer = ObjCClass('UIScreenEdgePanGestureRecognizer')
UIScreenMode = ObjCClass('UIScreenMode')
UIScrollAnimation = ObjCClass('UIScrollAnimation')
UIScrollView = ObjCClass('UIScrollView')
UIScrubberControl = ObjCClass('UIScrubberControl')
UISearchBar = ObjCClass('UISearchBar')
UISearchContainerViewController = ObjCClass('UISearchContainerViewController')
UISearchController = ObjCClass('UISearchController')
UISearchDisplayController = ObjCClass('UISearchDisplayController')
UISearchField = ObjCClass('UISearchField')
UISearchResultsTableView = ObjCClass('UISearchResultsTableView')
UISegmentedControl = ObjCClass('UISegmentedControl')
UISimpleInteractionProgress = ObjCClass('UISimpleInteractionProgress')
UISimpleTextPrintFormatter = ObjCClass('UISimpleTextPrintFormatter')
UISiriTaskAction = ObjCClass('UISiriTaskAction')
UISlider = ObjCClass('UISlider')
UISnapBehavior = ObjCClass('UISnapBehavior')
UISnapshotView = ObjCClass('UISnapshotView')
UISocialActivity = ObjCClass('UISocialActivity')
UISplitViewController = ObjCClass('UISplitViewController')
UIStackView = ObjCClass('UIStackView')
UIStatusBar = ObjCClass('UIStatusBar')
UIStatusBarAnimationParameters = ObjCClass('UIStatusBarAnimationParameters')
UIStatusBarCorners = ObjCClass('UIStatusBarCorners')
UIStatusBarHideAnimationParameters = ObjCClass('UIStatusBarHideAnimationParameters')
UIStatusBarOrientationAnimationParameters = ObjCClass('UIStatusBarOrientationAnimationParameters')
UIStatusBarServer = ObjCClass('UIStatusBarServer')
UIStatusBarStyleAnimationParameters = ObjCClass('UIStatusBarStyleAnimationParameters')
UIStatusBarStyleRequest = ObjCClass('UIStatusBarStyleRequest')
UIStatusBarWindow = ObjCClass('UIStatusBarWindow')
UIStepper = ObjCClass('UIStepper')
UIStoryboard = ObjCClass('UIStoryboard')
UIStoryboardPopoverSegue = ObjCClass('UIStoryboardPopoverSegue')
UIStoryboardSegue = ObjCClass('UIStoryboardSegue')
UIStoryboardUnwindSegueSource = ObjCClass('UIStoryboardUnwindSegueSource')
UISwipeGestureRecognizer = ObjCClass('UISwipeGestureRecognizer')
UISwitch = ObjCClass('UISwitch')
UISystemInputViewController = ObjCClass('UISystemInputViewController')
UISystemNavigationAction = ObjCClass('UISystemNavigationAction')
UISystemNavigationActionDestinationContext = ObjCClass('UISystemNavigationActionDestinationContext')
UITabBar = ObjCClass('UITabBar')
UITabBarController = ObjCClass('UITabBarController')
UITabBarItem = ObjCClass('UITabBarItem')
UITableView = ObjCClass('UITableView')
UITableViewCell = ObjCClass('UITableViewCell')
UITableViewCellLayoutManager = ObjCClass('UITableViewCellLayoutManager')
UITableViewCellLayoutManagerValue1 = ObjCClass('UITableViewCellLayoutManagerValue1')
UITableViewController = ObjCClass('UITableViewController')
UITableViewDataSource = ObjCClass('UITableViewDataSource')
UITableViewFocusUpdateContext = ObjCClass('UITableViewFocusUpdateContext')
UITableViewHeaderFooterView = ObjCClass('UITableViewHeaderFooterView')
UITableViewRow = ObjCClass('UITableViewRow')
UITableViewRowAction = ObjCClass('UITableViewRowAction')
UITableViewSection = ObjCClass('UITableViewSection')
UITapGestureRecognizer = ObjCClass('UITapGestureRecognizer')
UITextChecker = ObjCClass('UITextChecker')
UITextContentView = ObjCClass('UITextContentView')
UITextEffectsHostingInfo = ObjCClass('UITextEffectsHostingInfo')
UITextEffectsWindow = ObjCClass('UITextEffectsWindow')
UITextField = ObjCClass('UITextField')
UITextInputAssistantItem = ObjCClass('UITextInputAssistantItem')
UITextInputController = ObjCClass('UITextInputController')
UITextInputMode = ObjCClass('UITextInputMode')
UITextInputStringTokenizer = ObjCClass('UITextInputStringTokenizer')
UITextInputTraits = ObjCClass('UITextInputTraits')
UITextInteractionAssistant = ObjCClass('UITextInteractionAssistant')
UITextLabel = ObjCClass('UITextLabel')
UITextPosition = ObjCClass('UITextPosition')
UITextRange = ObjCClass('UITextRange')
UITextRenderingAttributes = ObjCClass('UITextRenderingAttributes')
UITextSelectionRect = ObjCClass('UITextSelectionRect')
UITextTapRecognizer = ObjCClass('UITextTapRecognizer')
UITextView = ObjCClass('UITextView')
UITextViewPrintFormatter = ObjCClass('UITextViewPrintFormatter')
UIToolbar = ObjCClass('UIToolbar')
UIToolbarButton = ObjCClass('UIToolbarButton')
UITouch = ObjCClass('UITouch')
UITraitCollection = ObjCClass('UITraitCollection')
UITransformAnimation = ObjCClass('UITransformAnimation')
UITransitionView = ObjCClass('UITransitionView')
UITwoSidedAlertController = ObjCClass('UITwoSidedAlertController')
UIUnhandledBackButtonAction = ObjCClass('UIUnhandledBackButtonAction')
UIUnhandledMenuButtonAction = ObjCClass('UIUnhandledMenuButtonAction')
UIUserNotificationAction = ObjCClass('UIUserNotificationAction')
UIUserNotificationActionSettings = ObjCClass('UIUserNotificationActionSettings')
UIUserNotificationCategory = ObjCClass('UIUserNotificationCategory')
UIUserNotificationSettings = ObjCClass('UIUserNotificationSettings')
UIVibrancyEffect = ObjCClass('UIVibrancyEffect')
UIVideoEditorController = ObjCClass('UIVideoEditorController')
UIView = ObjCClass('UIView')
UIViewController = ObjCClass('UIViewController')
UIViewControllerPreviewAction = ObjCClass('UIViewControllerPreviewAction')
UIViewPrintFormatter = ObjCClass('UIViewPrintFormatter')
UIVirtualResizeAction = ObjCClass('UIVirtualResizeAction')
UIVirtualResizeResetAction = ObjCClass('UIVirtualResizeResetAction')
UIVisualEffect = ObjCClass('UIVisualEffect')
UIVisualEffectView = ObjCClass('UIVisualEffectView')
UIWKAutocorrectionContext = ObjCClass('UIWKAutocorrectionContext')
UIWKAutocorrectionRects = ObjCClass('UIWKAutocorrectionRects')
UIWKSelectionAssistant = ObjCClass('UIWKSelectionAssistant')
UIWKTextInteractionAssistant = ObjCClass('UIWKTextInteractionAssistant')
UIWatchKitExtensionRequestAction = ObjCClass('UIWatchKitExtensionRequestAction')
UIWatchKitExtensionRequestActionResponse = ObjCClass('UIWatchKitExtensionRequestActionResponse')
UIWebBrowserView = ObjCClass('UIWebBrowserView')
UIWebClip = ObjCClass('UIWebClip')
UIWebClipIcon = ObjCClass('UIWebClipIcon')
UIWebClipLinkTag = ObjCClass('UIWebClipLinkTag')
UIWebDocumentView = ObjCClass('UIWebDocumentView')
UIWebDocumentViewPrintFormatter = ObjCClass('UIWebDocumentViewPrintFormatter')
UIWebElementAction = ObjCClass('UIWebElementAction')
UIWebElementActionInfo = ObjCClass('UIWebElementActionInfo')
UIWebFormAccessory = ObjCClass('UIWebFormAccessory')
UIWebGeolocationPolicyDecider = ObjCClass('UIWebGeolocationPolicyDecider')
UIWebPDFLinkAction = ObjCClass('UIWebPDFLinkAction')
UIWebPDFSearchController = ObjCClass('UIWebPDFSearchController')
UIWebPDFSearchResult = ObjCClass('UIWebPDFSearchResult')
UIWebPDFView = ObjCClass('UIWebPDFView')
UIWebPDFViewHandler = ObjCClass('UIWebPDFViewHandler')
UIWebRotatingAlertController = ObjCClass('UIWebRotatingAlertController')
UIWebScrollView = ObjCClass('UIWebScrollView')
UIWebTiledView = ObjCClass('UIWebTiledView')
UIWebTouchEventsGestureRecognizer = ObjCClass('UIWebTouchEventsGestureRecognizer')
UIWebView = ObjCClass('UIWebView')
UIWebViewPrintFormatter = ObjCClass('UIWebViewPrintFormatter')
UIWindow = ObjCClass('UIWindow')
UIWindowController = ObjCClass('UIWindowController')
NSATSGlyphStorage = ObjCClass('NSATSGlyphStorage')
NSATSLineFragment = ObjCClass('NSATSLineFragment')
NSATSTypesetter = ObjCClass('NSATSTypesetter')
NSAttributeDictionary = ObjCClass('NSAttributeDictionary')
NSAttributeDictionaryEnumerator = ObjCClass('NSAttributeDictionaryEnumerator')
NSCIDGlyphInfo = ObjCClass('NSCIDGlyphInfo')
NSCTGlyphInfo = ObjCClass('NSCTGlyphInfo')
NSConcreteNotifyingMutableAttributedString = ObjCClass('NSConcreteNotifyingMutableAttributedString')
NSConcreteTextStorage = ObjCClass('NSConcreteTextStorage')
NSExtraLMData = ObjCClass('NSExtraLMData')
NSFont = ObjCClass('NSFont')
NSGlyphGenerator = ObjCClass('NSGlyphGenerator')
NSGlyphInfo = ObjCClass('NSGlyphInfo')
NSGlyphNameGlyphInfo = ObjCClass('NSGlyphNameGlyphInfo')
NSHTMLReader = ObjCClass('NSHTMLReader')
NSHTMLWebDelegate = ObjCClass('NSHTMLWebDelegate')
NSHTMLWriter = ObjCClass('NSHTMLWriter')
NSIdRunStorage = ObjCClass('NSIdRunStorage')
NSIdentityGlyphInfo = ObjCClass('NSIdentityGlyphInfo')
NSInsertionPointHelper = ObjCClass('NSInsertionPointHelper')
NSLayoutManager = ObjCClass('NSLayoutManager')
NSLayoutManagerTextBlockHelper = ObjCClass('NSLayoutManagerTextBlockHelper')
NSLayoutManagerTextBlockRowArrayCache = ObjCClass('NSLayoutManagerTextBlockRowArrayCache')
NSLineFragmentRenderingContext = ObjCClass('NSLineFragmentRenderingContext')
NSMutableParagraphStyle = ObjCClass('NSMutableParagraphStyle')
NSParagraphArbitrator = ObjCClass('NSParagraphArbitrator')
NSParagraphStyle = ObjCClass('NSParagraphStyle')
NSParagraphStyleExtraData = ObjCClass('NSParagraphStyleExtraData')
NSRTFReader = ObjCClass('NSRTFReader')
NSRTFReaderTableState = ObjCClass('NSRTFReaderTableState')
NSRTFWriter = ObjCClass('NSRTFWriter')
NSRunStorage = ObjCClass('NSRunStorage')
NSShadow = ObjCClass('NSShadow')
NSSingleLineTypesetter = ObjCClass('NSSingleLineTypesetter')
NSStorage = ObjCClass('NSStorage')
NSStringDrawingContext = ObjCClass('NSStringDrawingContext')
NSStringDrawingTextStorage = ObjCClass('NSStringDrawingTextStorage')
NSStringDrawingTextStorageSettings = ObjCClass('NSStringDrawingTextStorageSettings')
NSSubstituteWebResource = ObjCClass('NSSubstituteWebResource')
NSTempAttributeDictionary = ObjCClass('NSTempAttributeDictionary')
NSTextAlternatives = ObjCClass('NSTextAlternatives')
NSTextAttachment = ObjCClass('NSTextAttachment')
NSTextBlock = ObjCClass('NSTextBlock')
NSTextBlockLayoutHelper = ObjCClass('NSTextBlockLayoutHelper')
NSTextContainer = ObjCClass('NSTextContainer')
NSTextList = ObjCClass('NSTextList')
NSTextStorage = ObjCClass('NSTextStorage')
NSTextTab = ObjCClass('NSTextTab')
NSTextTable = ObjCClass('NSTextTable')
NSTextTableBlock = ObjCClass('NSTextTableBlock')
NSTypesetter = ObjCClass('NSTypesetter')
UICTFont = ObjCClass('UICTFont')
UICTFontDescriptor = ObjCClass('UICTFontDescriptor')
UIFont = ObjCClass('UIFont')
UIFontDescriptor = ObjCClass('UIFontDescriptor')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment