Showing preview only (873K chars total). Download the full file or copy to clipboard to get everything.
Repository: kongcup/ZMConfuse Branch: master Commit: 5409be7b310a Files: 108 Total size: 825.2 KB Directory structure: gitextract_ihm3ftmh/ ├── .gitignore ├── LICENSE ├── README.md ├── resCustom.txt ├── reskeys.txt ├── shakefun/ │ ├── LICENSE │ ├── README.md │ ├── shakefun/ │ │ ├── AFNetworking/ │ │ │ ├── AFHTTPRequestOperation.h │ │ │ ├── AFHTTPRequestOperation.m │ │ │ ├── AFHTTPRequestOperationManager.h │ │ │ ├── AFHTTPRequestOperationManager.m │ │ │ ├── AFHTTPSessionManager.h │ │ │ ├── AFHTTPSessionManager.m │ │ │ ├── AFNetworkReachabilityManager.h │ │ │ ├── AFNetworkReachabilityManager.m │ │ │ ├── AFNetworking.h │ │ │ ├── AFSecurityPolicy.h │ │ │ ├── AFSecurityPolicy.m │ │ │ ├── AFURLConnectionOperation.h │ │ │ ├── AFURLConnectionOperation.m │ │ │ ├── AFURLRequestSerialization.h │ │ │ ├── AFURLRequestSerialization.m │ │ │ ├── AFURLResponseSerialization.h │ │ │ ├── AFURLResponseSerialization.m │ │ │ ├── AFURLSessionManager.h │ │ │ └── AFURLSessionManager.m │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.xib │ │ │ └── Main.storyboard │ │ ├── CollectViewController.h │ │ ├── CollectViewController.m │ │ ├── Images.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── MagicalRecord/ │ │ │ ├── Categories/ │ │ │ │ ├── DataImport/ │ │ │ │ │ ├── MagicalImportFunctions.h │ │ │ │ │ ├── MagicalImportFunctions.m │ │ │ │ │ ├── NSAttributeDescription+MagicalDataImport.h │ │ │ │ │ ├── NSAttributeDescription+MagicalDataImport.m │ │ │ │ │ ├── NSEntityDescription+MagicalDataImport.h │ │ │ │ │ ├── NSEntityDescription+MagicalDataImport.m │ │ │ │ │ ├── NSNumber+MagicalDataImport.h │ │ │ │ │ ├── NSNumber+MagicalDataImport.m │ │ │ │ │ ├── NSObject+MagicalDataImport.h │ │ │ │ │ ├── NSObject+MagicalDataImport.m │ │ │ │ │ ├── NSRelationshipDescription+MagicalDataImport.h │ │ │ │ │ ├── NSRelationshipDescription+MagicalDataImport.m │ │ │ │ │ ├── NSString+MagicalDataImport.h │ │ │ │ │ └── NSString+MagicalDataImport.m │ │ │ │ ├── NSManagedObject/ │ │ │ │ │ ├── NSManagedObject+MagicalAggregation.h │ │ │ │ │ ├── NSManagedObject+MagicalAggregation.m │ │ │ │ │ ├── NSManagedObject+MagicalDataImport.h │ │ │ │ │ ├── NSManagedObject+MagicalDataImport.m │ │ │ │ │ ├── NSManagedObject+MagicalFinders.h │ │ │ │ │ ├── NSManagedObject+MagicalFinders.m │ │ │ │ │ ├── NSManagedObject+MagicalRecord.h │ │ │ │ │ ├── NSManagedObject+MagicalRecord.m │ │ │ │ │ ├── NSManagedObject+MagicalRequests.h │ │ │ │ │ └── NSManagedObject+MagicalRequests.m │ │ │ │ ├── NSManagedObjectContext/ │ │ │ │ │ ├── NSManagedObjectContext+MagicalObserving.h │ │ │ │ │ ├── NSManagedObjectContext+MagicalObserving.m │ │ │ │ │ ├── NSManagedObjectContext+MagicalRecord.h │ │ │ │ │ ├── NSManagedObjectContext+MagicalRecord.m │ │ │ │ │ ├── NSManagedObjectContext+MagicalSaves.h │ │ │ │ │ ├── NSManagedObjectContext+MagicalSaves.m │ │ │ │ │ ├── NSManagedObjectContext+MagicalThreading.h │ │ │ │ │ └── NSManagedObjectContext+MagicalThreading.m │ │ │ │ ├── NSManagedObjectModel+MagicalRecord.h │ │ │ │ ├── NSManagedObjectModel+MagicalRecord.m │ │ │ │ ├── NSPersistentStore+MagicalRecord.h │ │ │ │ ├── NSPersistentStore+MagicalRecord.m │ │ │ │ ├── NSPersistentStoreCoordinator+MagicalRecord.h │ │ │ │ └── NSPersistentStoreCoordinator+MagicalRecord.m │ │ │ ├── Core/ │ │ │ │ ├── MagicalRecord+Actions.h │ │ │ │ ├── MagicalRecord+Actions.m │ │ │ │ ├── MagicalRecord+ErrorHandling.h │ │ │ │ ├── MagicalRecord+ErrorHandling.m │ │ │ │ ├── MagicalRecord+Options.h │ │ │ │ ├── MagicalRecord+Options.m │ │ │ │ ├── MagicalRecord+Setup.h │ │ │ │ ├── MagicalRecord+Setup.m │ │ │ │ ├── MagicalRecord+ShorthandSupport.h │ │ │ │ ├── MagicalRecord+ShorthandSupport.m │ │ │ │ ├── MagicalRecord+iCloud.h │ │ │ │ ├── MagicalRecord+iCloud.m │ │ │ │ ├── MagicalRecord.h │ │ │ │ ├── MagicalRecord.m │ │ │ │ └── MagicalRecordShorthand.h │ │ │ └── CoreData+MagicalRecord.h │ │ ├── PrefixHeader.pch │ │ ├── SVProgressHUD/ │ │ │ ├── SVProgressHUD.h │ │ │ └── SVProgressHUD.m │ │ ├── URLEntity.h │ │ ├── URLEntity.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── main.m │ │ └── shakefun.xcdatamodeld/ │ │ ├── .xccurrentversion │ │ └── shakefun.xcdatamodel/ │ │ └── contents │ ├── shakefun.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── shakefunTests/ │ ├── Info.plist │ └── shakefunTests.m ├── zmconfuse.sh ├── zmreplacewords/ │ ├── zmreplacewords/ │ │ └── main.c │ └── zmreplacewords.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata └── zmreplacewords.run ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # Xcode # build/ *.pbxuser !default.pbxuser *.mode1v3 !default.mode1v3 *.mode2v3 !default.mode2v3 *.perspectivev3 !default.perspectivev3 xcuserdata *.xccheckout *.moved-aside DerivedData *.hmap *.ipa *.xcuserstate # CocoaPods # # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control # #Pods/ ================================================ FILE: LICENSE ================================================ The MIT License (MIT) Copyright (c) 2015 kongcup Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: README.md ================================================ # ZMConfuse ZMConfuse 是一个命令行脚本。用于对使用Objective-C为开发语言的应用进行代码混淆。混淆的内容包括文件名、类名、协议名、函数名。 混淆实际是对上述内容的关键字提取之后进行md5加密,使得工程的可读性降低,已达到增加应用安全性的目的。 欢迎联系交流 Email:zm53373581@163.com QQGroup:175070221 混淆效果图:  ================================================ FILE: resCustom.txt ================================================ ================================================ FILE: reskeys.txt ================================================ A ABAddressBook ABAddressFormatting ABGroup ABMultiValue ABNewPersonViewController ABNewPersonViewControllerDelegate ABPeoplePickerNavigationController ABPeoplePickerNavigationControllerDelegate ABPerson ABPersonViewController ABPersonViewControllerDelegate ABRecord ABRecordWithAddressBook ABSource ABUnknownPersonViewController ABUnknownPersonViewControllerDelegate ACAccount ACAccountCredential ACAccountStore ACAccountType ACError ADBannerView ADBannerViewDelegate ADBannerView_Deprecated ADClient ADInterstitialAd ADInterstitialAdDelegate ALAsset ALAssetRepresentation ALAssetsFilter ALAssetsGroup ALAssetsLibrary AMSymbol API ASIdentifierManager AUComponent AUGraph AVAnimation AVAsset AVAssetExportSession AVAssetImageGenerator AVAssetReader AVAssetReaderAudioMixOutput AVAssetReaderOutput AVAssetReaderOutputMetadataAdaptor AVAssetReaderSampleReferenceOutput AVAssetReaderTrackOutput AVAssetReaderVideoCompositionOutput AVAssetResourceLoader AVAssetResourceLoaderDelegate AVAssetResourceLoadingContentInformationRequest AVAssetResourceLoadingDataRequest AVAssetResourceLoadingRequest AVAssetResourceRenewalRequest AVAssetTrack AVAssetTrackGroup AVAssetTrackSegment AVAssetWriter AVAssetWriterInput AVAssetWriterInputGroup AVAssetWriterInputMetadataAdaptor AVAssetWriterInputPassDescription AVAssetWriterInputPixelBufferAdaptor AVAsynchronousKeyValueLoading AVAsynchronousVideoCompositionRequest AVAudio3DMixing AVAudioBuffer AVAudioChannelLayout AVAudioEngine AVAudioEnvironmentDistanceAttenuationParameters AVAudioEnvironmentNode AVAudioEnvironmentReverbParameters AVAudioFile AVAudioFormat AVAudioIONode AVAudioInputNode AVAudioMix AVAudioMixInputParameters AVAudioMixerNode AVAudioMixing AVAudioNode AVAudioOutputNode AVAudioPCMBuffer AVAudioPlayer AVAudioPlayerDelegate AVAudioPlayerNode AVAudioProcessingSettings AVAudioRecorder AVAudioRecorderDelegate AVAudioSession AVAudioSessionChannelDescription AVAudioSessionDataSourceDescription AVAudioSessionDelegate AVAudioSessionPortDescription AVAudioSessionRouteDescription AVAudioSettings AVAudioStereoMixing AVAudioTime AVAudioTypes AVAudioUnit AVAudioUnitDelay AVAudioUnitDistortion AVAudioUnitEQ AVAudioUnitEQFilterParameters AVAudioUnitEffect AVAudioUnitGenerator AVAudioUnitMIDIInstrument AVAudioUnitReverb AVAudioUnitSampler AVAudioUnitTimeEffect AVAudioUnitTimePitch AVAudioUnitVarispeed AVBase AVCaptureAudioChannel AVCaptureAudioDataOutput AVCaptureAudioDataOutputSampleBufferDelegate AVCaptureAudioFileOutput AVCaptureAudioPreviewOutput AVCaptureAutoExposureBracketedStillImageSettings AVCaptureBracketedStillImageSettings AVCaptureConnection AVCaptureDevice AVCaptureDeviceFormat AVCaptureDeviceInput AVCaptureDeviceInputSource AVCaptureFileOutput AVCaptureFileOutputDelegate AVCaptureFileOutputRecordingDelegate AVCaptureInput AVCaptureInputPort AVCaptureManualExposureBracketedStillImageSettings AVCaptureMetadataOutput AVCaptureMetadataOutputObjectsDelegate AVCaptureMovieFileOutput AVCaptureOutput AVCaptureScreenInput AVCaptureSession AVCaptureStillImageOutput AVCaptureVideoDataOutput AVCaptureVideoDataOutputSampleBufferDelegate AVCaptureVideoPreviewLayer AVComposition AVCompositionTrack AVCompositionTrackSegment AVError AVFoundation AVFrameRateRange AVKit AVKitDefines AVMIDIPlayer AVMediaFormat AVMediaSelectionGroup AVMediaSelectionOption AVMetadataFaceObject AVMetadataFormat AVMetadataIdentifiers AVMetadataItem AVMetadataItemFilter AVMetadataMachineReadableCodeObject AVMetadataObject AVMutableAudioMix AVMutableAudioMixInputParameters AVMutableComposition AVMutableCompositionTrack AVMutableMetadataItem AVMutableTimedMetadataGroup AVMutableVideoComposition AVMutableVideoCompositionInstruction AVMutableVideoCompositionLayerInstruction AVOutputSettingsAssistant AVPlayer AVPlayerItem AVPlayerItemAccessLog AVPlayerItemAccessLogEvent AVPlayerItemErrorLog AVPlayerItemErrorLogEvent AVPlayerItemLegibleOutput AVPlayerItemLegibleOutputPushDelegate AVPlayerItemMetadataOutput AVPlayerItemMetadataOutputPushDelegate AVPlayerItemOutput AVPlayerItemOutputPullDelegate AVPlayerItemOutputPushDelegate AVPlayerItemTrack AVPlayerItemVideoOutput AVPlayerLayer AVPlayerMediaSelectionCriteria AVPlayerViewController AVPlayerViewController_iAdPreroll AVQueuePlayer AVSampleBufferDisplayLayer AVSpeechSynthesis AVSpeechSynthesisVoice AVSpeechSynthesizer AVSpeechSynthesizerDelegate AVSpeechUtterance AVSynchronizedLayer AVTextStyleRule AVTime AVTimedMetadataGroup AVURLAsset AVUtilities AVVideoCompositing AVVideoComposition AVVideoCompositionCoreAnimationTool AVVideoCompositionInstruction AVVideoCompositionLayerInstruction AVVideoCompositionRenderContext AVVideoCompositionValidationHandling AVVideoSettings Accelerate Accounts AccountsDefines AdSupport AddressBook AddressBookDefines AddressBookUI Alpha AppDelegate AppIcon AssetsLibrary AudioBufferList AudioChannelLayout AudioCodecs AudioComponent AudioConverter AudioFile AudioFileStream AudioFormat AudioOutputUnit AudioQueue AudioServices AudioSession AudioStreamBasicDescription AudioToolbox AudioUnit AudioUnitParameters AudioUnitProperties Base BasicImageTypes CAAction CAAnimation CAAnimationGroup CABTMIDICentralViewController CABTMIDILocalPeripheralViewController CABase CABasicAnimation CADisplayLink CAEAGLLayer CAEmitterBehavior CAEmitterCell CAEmitterLayer CAFFile CAGradientLayer CAInterAppAudioSwitcherView CAInterAppAudioTransportView CAKeyframeAnimation CALayer CAMediaTiming CAMediaTimingFunction CAMetalDrawable CAMetalLayer CAPropertyAnimation CAReplicatorLayer CAScrollLayer CAShapeLayer CATextLayer CATiledLayer CATransaction CATransform3D CATransform3DValue CATransformLayer CATransition CAValueFunction CBATTRequest CBAdvertisementData CBAttribute CBCentral CBCentralManager CBCentralManagerConstants CBCentralManagerDelegate CBCharacteristic CBDefines CBDescriptor CBError CBPeer CBPeripheral CBPeripheralDelegate CBPeripheralManager CBPeripheralManagerConstants CBPeripheralManagerDelegate CBService CBUUID CFArray CFAttributedString CFAvailability CFBag CFBase CFBinaryHeap CFBitVector CFBundle CFByteOrder CFCalendar CFCharacterSet CFData CFDate CFDateFormatter CFDictionary CFError CFFTPStream CFFileDescriptor CFFileSecurity CFHTTPAuthentication CFHTTPMessage CFHTTPStream CFHost CFLocale CFMachPort CFMessagePort CFNetDiagnostics CFNetServices CFNetwork CFNetworkDefs CFNetworkErrors CFNotificationCenter CFNumber CFNumberFormatter CFPlugIn CFPlugInCOM CFPreferences CFPropertyList CFProxySupport CFRunLoop CFSet CFSocket CFSocketStream CFStream CFString CFStringEncodingExt CFStringTokenizer CFTimeZone CFTree CFURL CFURLAccess CFURLEnumerator CFUUID CFUtilities CGAffineTransform CGAffineTransformValue CGBase CGBitmapContext CGColor CGColorRef CGColorSpace CGContext CGDataConsumer CGDataProvider CGError CGFloat CGFont CGFunction CGGeometry CGGradient CGImage CGImageDestination CGImageMetadata CGImageProperties CGImageSource CGImageWithOptions CGLayer CGPDFArray CGPDFContentStream CGPDFContext CGPDFDictionary CGPDFDocument CGPDFObject CGPDFOperatorTable CGPDFPage CGPDFScanner CGPDFStream CGPDFString CGPath CGPattern CGPointValue CGRectValue CGShading CGSizeValue CGVectorValue CIColor CIColorKernel CIContext CIDetector CIFaceFeature CIFeature CIFilter CIFilterConstructor CIImage CIKernel CIQRCodeFeature CIRectangleFeature CIVector CIWarpKernel CKAsset CKContainer CKDatabase CKDatabaseOperation CKDefines CKDiscoverAllContactsOperation CKDiscoverUserInfosOperation CKDiscoveredUserInfo CKError CKFetchNotificationChangesOperation CKFetchRecordChangesOperation CKFetchRecordZonesOperation CKFetchRecordsOperation CKFetchSubscriptionsOperation CKLocationSortDescriptor CKMarkNotificationsReadOperation CKModifyBadgeOperation CKModifyRecordZonesOperation CKModifyRecordsOperation CKModifySubscriptionsOperation CKNotification CKNotificationID CKNotificationInfo CKOperation CKQuery CKQueryCursor CKQueryNotification CKQueryOperation CKRecord CKRecordID CKRecordValue CKRecordZone CKRecordZoneID CKRecordZoneNotification CKReference CKServerChangeToken CKSubscription CLAvailability CLBeacon CLBeaconRegion CLCircularRegion CLError CLErrorDomain CLFloor CLGeocoder CLHeading CLLocation CLLocationManager CLLocationManager+CLVisitExtensions CLLocationManagerDelegate CLPlacemark CLRegion CLVisit CMAccelerometer CMAccelerometerData CMAltimeter CMAltitude CMAltitudeData CMAttachment CMAttitude CMAudioClock CMAudioFormatDescriptionRef CMAvailability CMBase CMBlockBuffer CMBufferQueue CMClockRef CMDeviceMotion CMError CMErrorDomain CMFormatDescription CMFormatDescriptionBridge CMFormatDescriptionRef CMGyro CMGyroData CMLogItem CMMagnetometer CMMagnetometerData CMMemoryPool CMMetadata CMMotionActivity CMMotionActivityManager CMMotionManager CMPedometer CMPedometerData CMSampleBuffer CMSimpleQueue CMStepCounter CMSync CMTextMarkup CMTime CMTimeMappingValue CMTimeRange CMTimeRangeValue CMTimeValue CMTimebaseRef CMVideoFormatDescriptionRef CTCall CTCallCenter CTCarrier CTDefines CTFont CTFontCollection CTFontDescriptor CTFontManager CTFontManagerErrors CTFontTraits CTFrame CTFramesetter CTGlyphInfo CTLine CTParagraphStyle CTRubyAnnotation CTRun CTRunDelegate CTStringAttributes CTSubscriber CTSubscriberInfo CTTelephonyNetworkInfo CTTextTab CTTypesetter CVBase CVBuffer CVHostTime CVImageBuffer CVMetalTexture CVMetalTextureCache CVOpenGLESTexture CVOpenGLESTextureCache CVPixelBuffer CVPixelBufferPool CVPixelFormatDescription CVReturn CaptiveNetwork CipherSuite CloudKit Contents Conversion Convolution CoreAnimation CoreAudio CoreAudioKit CoreAudioTypes CoreAuthentication CoreBluetooth CoreData CoreDataDefines CoreDataErrors CoreFoundation CoreGraphics CoreImage CoreImageDefines CoreLocation CoreMIDI CoreMedia CoreMotion CoreTelephony CoreTelephonyDefines CoreText CoreVideo Current DHCPClientPreferences DNSSearchDomainMatch DNSServerAddressMatch EAAccessory EAAccessoryDelegate EAAccessoryManager EAGL EAGLContext EAGLDrawable EAGLSharegroup EASession EAWiFiUnconfiguredAccessory EAWiFiUnconfiguredAccessoryBrowser EAWiFiUnconfiguredAccessoryBrowserDelegate EKAlarm EKCalendar EKCalendarChooser EKCalendarChooserDelegate EKCalendarItem EKError EKEvent EKEventEditViewController EKEventEditViewDelegate EKEventStore EKEventViewController EKEventViewDelegate EKObject EKParticipant EKRecurrenceDayOfWeek EKRecurrenceEnd EKRecurrenceRule EKReminder EKSource EKStructuredLocation EKTypes ES1 ES2 ES3 EventKit EventKitDefines EventKitUI EventKitUIDefines ExtendedAudioFile ExternalAccessory ExternalAccessoryDefines Foundation FoundationErrors Frameworks GCController GCControllerAxisInput GCControllerButtonInput GCControllerDirectionPad GCControllerElement GCExtendedGamepad GCExtendedGamepadSnapshot GCGamepad GCGamepadSnapshot GCMotion GET GKAchievement GKAchievementChallenge GKAchievementDescription GKAchievementViewController GKAchievementViewControllerDelegate GKChallenge GKChallengeEventHandler GKChallengeEventHandlerDelegate GKChallengeListener GKDefines GKError GKEventListener GKFriendRequestComposeViewController GKFriendRequestComposeViewControllerDelegate GKGameCenterControllerDelegate GKGameCenterViewController GKInvite GKInviteEventListener GKLeaderboard GKLeaderboardSet GKLeaderboardViewController GKLeaderboardViewControllerDelegate GKLocalPlayer GKLocalPlayerListener GKMatch GKMatchDelegate GKMatchRequest GKMatchmaker GKMatchmakerViewController GKMatchmakerViewControllerDelegate GKNotificationBanner GKPeerPickerController GKPeerPickerControllerDelegate GKPlayer GKPublicConstants GKPublicProtocols GKSavedGame GKSavedGameListener GKScore GKScoreChallenge GKSession GKSessionDelegate GKSessionError GKTurnBasedEventHandler GKTurnBasedEventHandlerDelegate GKTurnBasedEventListener GKTurnBasedExchange GKTurnBasedExchangeReply GKTurnBasedMatch GKTurnBasedMatchmakerViewController GKTurnBasedMatchmakerViewControllerDelegate GKTurnBasedParticipant GKVoiceChat GKVoiceChatClient GKVoiceChatService GLEngine GLKBaseEffect GLKEffectProperty GLKEffectPropertyFog GLKEffectPropertyLight GLKEffectPropertyMaterial GLKEffectPropertyTexture GLKEffectPropertyTransform GLKEffects GLKMath GLKMathTypes GLKMathUtils GLKMatrix3 GLKMatrix4 GLKMatrixStack GLKNamedEffect GLKQuaternion GLKReflectionMapEffect GLKSkyboxEffect GLKTextureInfo GLKTextureLoader GLKVector2 GLKVector3 GLKVector4 GLKView GLKViewController GLKViewControllerDelegate GLKViewDelegate GLKit GLKitBase GSS GameController GameKit Geometry HEAD HKAnchoredObjectQuery HKBiologicalSexObject HKBloodTypeObject HKCategorySample HKCategoryType HKCharacteristicType HKCorrelation HKCorrelationQuery HKCorrelationType HKDefines HKHealthStore HKMetadata HKObject HKObjectType HKObserverQuery HKQuantity HKQuantitySample HKQuantityType HKQuery HKSample HKSampleQuery HKSampleType HKSource HKSourceQuery HKStatistics HKStatisticsCollection HKStatisticsCollectionQuery HKStatisticsQuery HKTypeIdentifiers HKUnit HKWorkout HKWorkoutEvent HKWorkoutType HMAccessory HMAccessoryBrowser HMAccessoryBrowserDelegate HMAccessoryDelegate HMAction HMActionSet HMCharacteristic HMCharacteristicDefines HMCharacteristicMetadata HMCharacteristicWriteAction HMDefines HMError HMHome HMHomeDelegate HMHomeManager HMHomeManagerDelegate HMRoom HMService HMServiceGroup HMTimerTrigger HMTrigger HMUser HMZone HTTPAdditionalHeaders HTTPBody HTTPBodyStream HTTPCookieAcceptPolicy HTTPCookieStorage HTTPMaximumConnectionsPerHost HTTPMethod HTTPOnly HTTPShouldHandleCookies HTTPShouldSetCookies HTTPShouldUsePipelining Headers HealthKit Histogram HomeKit IKESecurityAssociationParameters IOBufferDuration IOKit ISO ISOCountryCodes ISOCurrencyCodes ISOLanguageCodes ISOcountryCode ImageIO ImageIOBase Images Info JSBase JSContext JSContextRef JSExport JSGlobalContextRef JSManagedValue JSONObjectWithData JSONObjectWithStream JSObjectRef JSStringRef JSStringRefCF JSValue JSValueRef JSVirtualMachine JavaScript JavaScriptCore LAContext LAError LAPublicDefines LaunchScreen Libraries LinearAlgebra LocalAuthentication M4V MAAudibleMedia MACaptionAppearance MADefinitions MCAdvertiserAssistant MCAdvertiserAssistantDelegate MCBrowserViewController MCBrowserViewControllerDelegate MCError MCNearbyServiceAdvertiser MCNearbyServiceAdvertiserDelegate MCNearbyServiceBrowser MCNearbyServiceBrowserDelegate MCPeerID MCSession MCSessionDelegate MFMailComposeViewController MFMailComposeViewControllerDelegate MFMessageComposeViewController MFMessageComposeViewControllerDelegate MIDIDriver MIDINetworkConnection MIDINetworkHost MIDINetworkSession MIDIServices MIDISetup MIDIThruConnection MIMEType MKAnnotation MKAnnotationView MKCircle MKCircleRenderer MKCircleView MKCoordinateSpanValue MKCoordinateValue MKDirections MKDirectionsRequest MKDirectionsResponse MKDirectionsTypes MKDistanceFormatter MKETAResponse MKFoundation MKGeodesicPolyline MKGeometry MKLocalSearch MKLocalSearchRequest MKLocalSearchResponse MKMapCamera MKMapItem MKMapSnapshot MKMapSnapshotOptions MKMapSnapshotter MKMapView MKMapViewDelegate MKMultiPoint MKOverlay MKOverlayPathRenderer MKOverlayPathView MKOverlayRenderer MKOverlayView MKPinAnnotationView MKPlacemark MKPointAnnotation MKPolygon MKPolygonRenderer MKPolygonView MKPolyline MKPolylineRenderer MKPolylineView MKReverseGeocoder MKReverseGeocoderDelegate MKRoute MKRouteStep MKShape MKTileOverlay MKTileOverlayRenderer MKTypes MKUserLocation MKUserTrackingBarButtonItem MOV MP3 MP4 MPChangePlaybackRateCommand MPChangePlaybackRateCommandEvent MPContentItem MPFeedbackCommand MPFeedbackCommandEvent MPMediaEntity MPMediaItem MPMediaItemCollection MPMediaLibrary MPMediaPickerController MPMediaPickerControllerDelegate MPMediaPlayback MPMediaPlaylist MPMediaQuery MPMediaQuerySection MPMoviePlayerController MPMoviePlayerController_iAdPreroll MPMoviePlayerViewController MPMusicPlayerController MPNowPlayingInfoCenter MPPlayableContentDataSource MPPlayableContentDelegate MPPlayableContentManager MPPlayableContentManagerContext MPRatingCommand MPRatingCommandEvent MPRemoteCommand MPRemoteCommandCenter MPRemoteCommandEvent MPSeekCommandEvent MPSkipIntervalCommand MPSkipIntervalCommandEvent MPVolumeSettings MPVolumeView MTAudioProcessingTap MTAudioProcessingTapRef MTLArgument MTLArrayType MTLBlitCommandEncoder MTLBuffer MTLCommandBuffer MTLCommandEncoder MTLCommandQueue MTLCompileOptions MTLComputeCommandEncoder MTLComputePipeline MTLComputePipelineReflection MTLComputePipelineState MTLDefines MTLDepthStencil MTLDepthStencilDescriptor MTLDepthStencilState MTLDevice MTLDrawable MTLFunction MTLLibrary MTLParallelRenderCommandEncoder MTLPixelFormat MTLRenderCommandEncoder MTLRenderPass MTLRenderPassAttachmentDescriptor MTLRenderPassColorAttachmentDescriptor MTLRenderPassColorAttachmentDescriptorArray MTLRenderPassDepthAttachmentDescriptor MTLRenderPassDescriptor MTLRenderPassStencilAttachmentDescriptor MTLRenderPipeline MTLRenderPipelineColorAttachmentDescriptor MTLRenderPipelineColorAttachmentDescriptorArray MTLRenderPipelineDescriptor MTLRenderPipelineReflection MTLRenderPipelineState MTLResource MTLSampler MTLSamplerDescriptor MTLSamplerState MTLStencilDescriptor MTLStructMember MTLStructType MTLTexture MTLTextureDescriptor MTLTypes MTLVertexAttribute MTLVertexAttributeDescriptor MTLVertexAttributeDescriptorArray MTLVertexBufferLayoutDescriptor MTLVertexBufferLayoutDescriptorArray MTLVertexDescriptor Main MapKit MediaAccessibility MediaPlayer MediaPlayerDefines MediaToolbox MessageUI Metal MobileCoreServices Morphology MultipeerConnectivity MusicDevice MusicPlayer NCWidgetController NCWidgetProviding NEEvaluateConnectionRule NEOnDemandRule NEOnDemandRuleConnect NEOnDemandRuleDisconnect NEOnDemandRuleEvaluateConnection NEOnDemandRuleIgnore NEVPNConnection NEVPNIKEv2SecurityAssociationParameters NEVPNManager NEVPNProtocol NEVPNProtocolIKEv2 NEVPNProtocolIPSec NKAssetDownload NKIssue NKLibrary NKNSURLConnectionAdditions NSArray NSAssertionHandler NSAsynchronousFetchRequest NSAsynchronousFetchResult NSAtomicStore NSAtomicStoreCacheNode NSAttributeDescription NSAttributedString NSAutoreleasePool NSBatchUpdateRequest NSBatchUpdateResult NSBlockOperation NSBundle NSByteCountFormatter NSByteOrder NSCache NSCacheDelegate NSCachedURLResponse NSCalendar NSCharacterSet NSCoder NSCoding NSComparisonPredicate NSCompoundPredicate NSCondition NSConditionLock NSConstantString NSCopying NSCountedSet NSData NSDataDetector NSDate NSDateComponents NSDateComponentsFormatter NSDateFormatter NSDateIntervalFormatter NSDecimal NSDecimalNumber NSDecimalNumberBehaviors NSDecimalNumberHandler NSDictionary NSDirectoryEnumerator NSDiscardableContent NSEnergyFormatter NSEntityDescription NSEntityMapping NSEntityMigrationPolicy NSEnumerator NSError NSEvent NSException NSExpression NSExpressionDescription NSExtensionContext NSExtensionItem NSExtensionRequestHandling NSFastEnumeration NSFetchRequest NSFetchRequestExpression NSFetchedPropertyDescription NSFetchedResultsController NSFetchedResultsControllerDelegate NSFetchedResultsSectionInfo NSFileAccessIntent NSFileCoordinator NSFileCoordinatorReadingWithoutChanges NSFileCoordinatorWritingForDeleting NSFileCoordinatorWritingForMerging NSFileCoordinatorWritingForReplacing NSFileHandle NSFileManager NSFileManagerDelegate NSFilePresenter NSFileProviderExtension NSFileSecurity NSFileVersion NSFileWrapper NSFormatter NSHTTPCookie NSHTTPCookieStorage NSHTTPURLResponse NSHashTable NSIncrementalStore NSIncrementalStoreNode NSIndexPath NSIndexSet NSInputStream NSInvocation NSInvocationOperation NSItemProvider NSJSONSerialization NSKeyValueCoding NSKeyValueObserving NSKeyedArchiver NSKeyedArchiverDelegate NSKeyedUnarchiver NSKeyedUnarchiverDelegate NSLayoutConstraint NSLayoutManager NSLayoutManagerDelegate NSLengthFormatter NSLinguisticTagger NSLocale NSLock NSLocking NSMachPort NSMachPortDelegate NSManagedObject NSManagedObjectContext NSManagedObjectID NSManagedObjectModel NSMapTable NSMappingModel NSMassFormatter NSMergeConflict NSMergePolicy NSMessagePort NSMetadata NSMetadataAttributes NSMetadataItem NSMetadataQuery NSMetadataQueryAttributeValueTuple NSMetadataQueryDelegate NSMetadataQueryResultGroup NSMethodSignature NSMigrationManager NSMutableArray NSMutableAttributedString NSMutableCharacterSet NSMutableCopying NSMutableData NSMutableDictionary NSMutableIndexSet NSMutableOrderedSet NSMutableSet NSMutableString NSMutableURLRequest NSNetService NSNetServiceBrowser NSNetServiceBrowserDelegate NSNetServiceDelegate NSNetServices NSNotification NSNotificationCenter NSNotificationQueue NSNull NSNumber NSNumberFormatter NSObjCRuntime NSObject NSOperation NSOperationQueue NSOrderedSet NSOrthography NSOutputStream NSParagraphStyle NSPathUtilities NSPersistentStore NSPersistentStoreAsynchronousResult NSPersistentStoreCoordinator NSPersistentStoreRequest NSPersistentStoreResult NSPipe NSPointerArray NSPointerFunctions NSPort NSPortDelegate NSPredicate NSProcessInfo NSProgress NSPropertyDescription NSPropertyList NSPropertyListSerialization NSPropertyMapping NSProxy NSPurgeableData NSRange NSRecursiveLock NSRegularExpression NSRelationshipDescription NSRunLoop NSSaveChangesRequest NSScanner NSSecureCoding NSSet NSShadow NSSimpleCString NSSocketPort NSSortDescriptor NSStream NSStreamDelegate NSString NSStringDrawing NSStringEncoding NSText NSTextAttachment NSTextAttachmentContainer NSTextCheckingResult NSTextContainer NSTextLayoutOrientationProvider NSTextStorage NSTextStorageDelegate NSThread NSTimeZone NSTimer NSURL NSURLAuthenticationChallenge NSURLAuthenticationChallengeSender NSURLCache NSURLComponents NSURLConnection NSURLConnectionDataDelegate NSURLConnectionDelegate NSURLConnectionDownloadDelegate NSURLCredential NSURLCredentialStorage NSURLError NSURLProtectionSpace NSURLProtocol NSURLProtocolClient NSURLQueryItem NSURLRequest NSURLResponse NSURLSession NSURLSessionConfiguration NSURLSessionDataDelegate NSURLSessionDataTask NSURLSessionDelegate NSURLSessionDownloadDelegate NSURLSessionDownloadTask NSURLSessionTask NSURLSessionTaskDelegate NSURLSessionUploadTask NSUUID NSUbiquitousKeyValueStore NSUndoManager NSUserActivity NSUserActivityDelegate NSUserDefaults NSValue NSValueTransformer NSXMLParser NSXMLParserDelegate NSZone NS_AVAILABLE NS_DEPRECATED NS_DEPRECATED_IOS NS_DEPRECATED_MAC NS_RETURNS_INNER_POINTER NetworkExtension NewsstandKit NotificationCenter OpenAL OpenGLES PATCH PHAdjustmentData PHAsset PHAssetChangeRequest PHAssetCollectionChangeRequest PHChange PHCollection PHCollectionListChangeRequest PHContentEditingController PHContentEditingInput PHContentEditingOutput PHFetchOptions PHFetchResult PHImageManager PHObject PHPhotoLibrary PKAddPassesViewController PKAddPassesViewControllerDelegate PKDefines PKError PKObject PKPass PKPassLibrary PKPayment PKPaymentAuthorizationViewController PKPaymentAuthorizationViewControllerDelegate PKPaymentButton PKPaymentPass PKPaymentRequest PKPaymentSummaryItem PKPaymentToken PKPushCredentials PKPushPayload PKPushRegistry PKPushRegistryDelegate PKShippingMethod PMSymbol PUT PassKit Photos PhotosTypes PhotosUI PushKit QLBase QLPreviewController QLPreviewControllerDataSource QLPreviewControllerDelegate QLPreviewItem QuartzCore QuickLook RSSI Resources SCDynamicStore SCDynamicStoreCopyDHCPInfo SCDynamicStoreCopySpecific SCDynamicStoreKey SCENEKIT_AVAILABLE SCNAction SCNActionable SCNAnimatable SCNAnimation SCNAnimationEvent SCNBase SCNBoundingVolume SCNBox SCNCamera SCNCapsule SCNCone SCNConstraint SCNCylinder SCNFloor SCNGeometry SCNGeometryElement SCNGeometrySource SCNHitTestResult SCNIKConstraint SCNJavascript SCNLevelOfDetail SCNLight SCNLookAtConstraint SCNMaterial SCNMaterialProperty SCNMatrix4Value SCNMorpher SCNNode SCNNodeRendererDelegate SCNParametricGeometry SCNParticlePropertyController SCNParticleSystem SCNPhysicsBallSocketJoint SCNPhysicsBehavior SCNPhysicsBody SCNPhysicsContact SCNPhysicsContactDelegate SCNPhysicsField SCNPhysicsHingeJoint SCNPhysicsShape SCNPhysicsSliderJoint SCNPhysicsVehicle SCNPhysicsVehicleWheel SCNPhysicsWorld SCNPlane SCNProgram SCNProgramDelegate SCNPyramid SCNRenderer SCNScene SCNSceneExportDelegate SCNSceneRenderer SCNSceneRendererDelegate SCNSceneSource SCNShadable SCNShape SCNSkinner SCNSphere SCNTechnique SCNTechniqueSupport SCNText SCNTorus SCNTransaction SCNTransformConstraint SCNTube SCNVector3Value SCNVector4Value SCNView SCNetwork SCNetworkConfiguration SCNetworkConnection SCNetworkReachability SCPreferences SCPreferencesPath SCPreferencesSetSpecific SCSchemaDefinitions SFNTLayoutTypes SFNTTypes SK3DNode SKAction SKConstraint SKCropNode SKDownload SKEffectNode SKEmitterNode SKError SKFieldNode SKKeyframeSequence SKLabelNode SKLightNode SKMutableTexture SKNode SKPayment SKPaymentQueue SKPaymentTransaction SKPaymentTransactionObserver SKPhysicsBody SKPhysicsContact SKPhysicsJoint SKPhysicsWorld SKProduct SKProductsRequest SKProductsRequestDelegate SKReachConstraints SKReceiptRefreshRequest SKRegion SKRequest SKRequestDelegate SKScene SKShader SKShapeNode SKSpriteNode SKStoreProductViewController SKStoreProductViewControllerDelegate SKTexture SKTextureAtlas SKTransition SKUniform SKVideoNode SKView SLComposeServiceViewController SLComposeSheetConfigurationItem SLComposeViewController SLRequest SLServiceTypes SSIDMatch SSLPinningMode SSReadingList SafariServices SceneKit SceneKitTypes SceneKit_simd SecAccessControl SecBase SecCertificate SecIdentity SecImportExport SecItem SecKey SecPolicy SecRandom SecSharedCredential SecTrust SecureTransport Security SharedUtils Social SocialDefines SpriteKit SpriteKitBase StoreKit StoreKitDefines Support SystemConfiguration TLSMaximumSupportedProtocol TLSMinimumSupportedProtocol TWRequest TWTweetComposeViewController TXTRecordData The Transform Twitter UIAcceleration UIAccelerometer UIAccelerometerDelegate UIAccessibility UIAccessibilityAdditions UIAccessibilityConstants UIAccessibilityCustomAction UIAccessibilityElement UIAccessibilityIdentification UIAccessibilityReadingContent UIAccessibilityZoom UIActionSheet UIActionSheetDelegate UIActivity UIActivityIndicatorView UIActivityItemProvider UIActivityItemSource UIActivityViewController UIAdaptivePresentationControllerDelegate UIAlert UIAlertController UIAlertView UIAlertViewDelegate UIAlertViewDelegate> UIAppearance UIAppearanceContainer UIApplication UIApplicationDelegate UIAttachmentBehavior UIBarButtonItem UIBarCommon UIBarItem UIBarPositioning UIBarPositioningDelegate UIBezierPath UIButton UICollectionView UICollectionViewCell UICollectionViewController UICollectionViewDataSource UICollectionViewDelegate UICollectionViewDelegateFlowLayout UICollectionViewFlowLayout UICollectionViewLayout UICollectionViewTransitionLayout UICollisionBehavior UICollisionBehaviorDelegate UIColor UIContentContainer UIControl UICoordinateSpace UID UIDataDetectors UIDataSourceModelAssociation UIDatePicker UIDelegate UIDevice UIDocument UIDocumentInteractionController UIDocumentInteractionControllerDelegate UIDocumentMenuDelegate UIDocumentMenuViewController UIDocumentPickerDelegate UIDocumentPickerExtensionViewController UIDocumentPickerViewController UIDynamicAnimator UIDynamicAnimatorDelegate UIDynamicBehavior UIDynamicItem UIDynamicItemBehavior UIEdgeInsetsValue UIEvent UIFont UIFontDescriptor UIGeometry UIGestureRecognizer UIGestureRecognizerDelegate UIGestureRecognizerSubclass UIGraphics UIGravityBehavior UIGuidedAccessRestrictions UIImage UIImageAsset UIImagePickerController UIImagePickerControllerDelegate UIImageView UIInputView UIInputViewAudioFeedback UIInputViewController UIInterface UIKeyInput UIKit UIKitDefines UILabel UILayoutSupport UILexicon UILocalNotification UILocalizedIndexedCollation UILongPressGestureRecognizer UIManagedDocument UIMenuController UIMotionEffect UIMutableUserNotificationAction UIMutableUserNotificationCategory UINavigationBar UINavigationBarDelegate UINavigationController UINavigationControllerDelegate UINib UINibDeclarations UINibLoading UIObjectRestoration UIOffsetValue UIPageControl UIPageViewController UIPageViewControllerDataSource UIPageViewControllerDelegate UIPanGestureRecognizer UIPasteboard UIPickerView UIPickerViewAccessibilityDelegate UIPickerViewDataSource UIPickerViewDelegate UIPinchGestureRecognizer UIPopoverBackgroundView UIPopoverBackgroundViewMethods UIPopoverController UIPopoverControllerDelegate UIPopoverPresentationController UIPopoverPresentationControllerDelegate UIPopoverSupport UIPresentationController UIPrintError UIPrintFormatter UIPrintInfo UIPrintInteractionController UIPrintInteractionControllerDelegate UIPrintPageRenderer UIPrintPaper UIPrinter UIPrinterPickerController UIPrinterPickerControllerDelegate UIProgressView UIPushBehavior UIReferenceLibraryViewController UIRefreshControl UIResponder UIRotationGestureRecognizer UIScreen UIScreenEdgePanGestureRecognizer UIScreenMode UIScrollView UIScrollViewAccessibilityDelegate UIScrollViewDelegate UISearchBar UISearchBarDelegate UISearchController UISearchControllerDelegate UISearchDisplayController UISearchDisplayDelegate UISearchResultsUpdating UISegmentedControl UISlider UISnapBehavior UISplitViewController UISplitViewControllerDelegate UIStateRestoration UIStateRestoring UIStepper UIStoryboard UIStoryboardPopoverSegue UIStoryboardSegue UIStringDrawing UISwipeGestureRecognizer UISwitch UITabBar UITabBarController UITabBarControllerDelegate UITabBarDelegate UITabBarItem UITableView UITableViewCell UITableViewController UITableViewDataSource UITableViewDelegate UITableViewHeaderFooterView UITapGestureRecognizer UITextChecker UITextDocumentProxy UITextField UITextFieldDelegate UITextInput UITextInputDelegate UITextInputTokenizer UITextInputTraits UITextSelecting UITextView UITextViewDelegate UIToolbar UIToolbarDelegate UITouch UITraitCollection UITraitEnvironment UIUserNotificationAction UIUserNotificationCategory UIUserNotificationSettings UIVibrancyEffect UIVideoEditorController UIVideoEditorControllerDelegate UIView UIViewController UIViewControllerAnimatedTransitioning UIViewControllerContextTransitioning UIViewControllerInteractiveTransitioning UIViewControllerRestoration UIViewControllerTransitionCoordinator UIViewControllerTransitionCoordinatorContext UIViewControllerTransitioning UIViewControllerTransitioningDelegate UIViewControlleriAdAdditions UIVisualEffectView UIWebView UIWebViewDelegate UIWindow URI URIRepresentation URL URLAssetWithURL URLByAppendingPathComponent URLByAppendingPathExtension URLByDeletingLastPathComponent URLByDeletingPathExtension URLByResolvingAliasFileAtURL URLByResolvingBookmarkData URLByResolvingSymlinksInPath URLByStandardizingPath URLCache URLCredentialStorage URLForAuxiliaryExecutable URLForDirectory URLForItemWithPersistentIdentifier URLForKey URLForPersistentStore URLForPublishingUbiquitousItemAtURL URLForResource URLForTilePath URLForUbiquityContainerIdentifier URLFragmentAllowedCharacterSet URLHandleUsingCache URLHostAllowedCharacterSet URLPasswordAllowedCharacterSet URLPathAllowedCharacterSet URLProtocol URLProtocolDidFinishLoading URLQueryAllowedCharacterSet URLRelativeToURL URLRequest URLResourceDidCancelLoading URLResourceDidFinishLoading URLSession URLSessionDidFinishEventsForBackgroundURLSession URLTemplate URLUserAllowedCharacterSet URLWithString URLs URLsForDirectory URLsForResourcesWithExtension UTCoreTypes UTI UTType UUID UUIDString UUIDWithCFUUID UUIDWithData UUIDWithNSUUID UUIDWithString UserInterfaceState VTBase VTCompressionProperties VTCompressionSession VTDecompressionProperties VTDecompressionSession VTErrors VTFrameSilo VTMultiPassStorage VTSession VTVideoEncoderList Versions VideoToolbox ViewController W WKAccessibilityImageRegion WKBackForwardList WKBackForwardListItem WKDefines WKError WKFoundation WKFrameInfo WKInterfaceButton WKInterfaceController WKInterfaceDate WKInterfaceDevice WKInterfaceGroup WKInterfaceImage WKInterfaceLabel WKInterfaceMap WKInterfaceObject WKInterfaceSeparator WKInterfaceSlider WKInterfaceSwitch WKInterfaceTable WKInterfaceTimer WKNavigation WKNavigationAction WKNavigationDelegate WKNavigationResponse WKPreferences WKProcessPool WKScriptMessage WKScriptMessageHandler WKUIDelegate WKUserContentController WKUserNotificationInterfaceController WKUserScript WKWebView WKWebViewConfiguration WKWindowFeatures WatchKit WebKit WebKitAvailability WebKitLegacy X Y Z a abbreviation abbreviationDictionary abbreviationForDate abortParsing absoluteDate absolutePath absoluteString absoluteURL abstract acceleration accelerometer accelerometerActive accelerometerAvailable accelerometerData accelerometerUpdateInterval acceptCallID acceptConnectionFromPeer acceptConnectionInBackgroundAndNotify acceptConnectionInBackgroundAndNotifyForModes acceptInputForMode acceptInviteWithCompletionHandler access accessGranted accessInstanceVariablesDirectly accessLog accessibilityActivate accessibilityActivationPoint accessibilityContainer accessibilityContentForLineNumber accessibilityCustomActions accessibilityDecrement accessibilityElementAtIndex accessibilityElementCount accessibilityElementDidBecomeFocused accessibilityElementDidLoseFocus accessibilityElementIsFocused accessibilityElements accessibilityElementsHidden accessibilityFrame accessibilityFrameForLineNumber accessibilityHint accessibilityIdentifier accessibilityIncrement accessibilityLabel accessibilityLanguage accessibilityLineNumberForPoint accessibilityNavigationStyle accessibilityPageContent accessibilityPath accessibilityPerformEscape accessibilityPerformMagicTap accessibilityScroll accessibilityScrollStatusForScrollView accessibilityTraits accessibilityValue accessibilityViewIsModal accessories accessory accessoryAction accessoryBrowser accessoryDidDisconnect accessoryDidUpdateName accessoryDidUpdateReachability accessoryDidUpdateServices accessoryType accessoryView accommodatePresentedItemDeletionWithCompletionHandler accommodatePresentedSubitemDeletionAtURL account accountDescription accountStatusWithCompletionHandler accountType accountTypeDescription accountTypeWithAccountTypeIdentifier accountWithIdentifier accounts accountsWithAccountType accuracy achievedDescription achievement achievementDelegate achievementViewControllerDidFinish acquireFunction action actionAtItemEnd actionForKey actionForLayer actionInProgress actionSets actionSheet actionSheetCancel actionSheetStyle actionWithTitle actions actionsForContext actionsForTarget activateConstraints activatePaymentPass activationMode activationState active activeExchanges activeFormat activeInputModes activeInputSource activeProcessorCount activeVideoMaxFrameDuration activeVideoMinFrameDuration activeVideoStabilizationMode activityCategory activityDidFinish activityImage activityIndicatorViewStyle activityTitle activityType activityViewController activityViewControllerPlaceholderItem actualScaleFactor actualTrackingAdjustment actually adType adaptive adaptivePresentationStyle adaptivePresentationStyleForPresentationController adaptivePresentationStyleForTraitCollection addAccessory addAction addActionSet addActionSetWithName addAlarm addAngularVelocity addAnimation addAnnotation addAnnotations addArcWithCenter addAsset addAssetWithRequest addAssets addAssetsGroupAlbumWithName addAttachmentData addAttachmentURL addAttribute addAttributes addBehavior addBoundaryTimeObserverForTimes addBoundaryWithIdentifier addButtonWithTitle addCacheNodes addCachedImage addCachedImageWithData addCharactersInRange addCharactersInString addChild addChildBehavior addChildCollections addChildNode addChildViewController addClientToSegments addClip addCompletedHandler addConnection addConstraint addConstraints addContact addCurveToPoint addDependency addEntriesFromDictionary addExecutionBlock addFilePresenter addFileWithPath addFileWrapper addFilterPredicate addGestureRecognizer addHomeWithName addImage addIndex addIndexes addIndexesInRange addInput addInputGroup addInputWithNoConnections addIssueWithName addItem addItems addJoint addKeyframeValue addKeyframeWithRelativeStartTime addLayoutManager addLineToPoint addLinearVelocity addManagedReference addMenuItemWithImage addMenuItemWithImageNamed addMenuItemWithItemIcon addModifierForProperties addMotionEffect addMultiPartData addMultipartData addMutableTrackWithMediaType addObject addObjects addObjectsFromArray addObserver addObserverForName addOperation addOperationWithBlock addOperations addOptionWithTitle addOutput addOutputWithNoConnections addOverlay addOverlays addParticleSystem addPasses addPassesViewControllerDidFinish addPayment addPeriodicTimeObserverForInterval addPersistentStoreWithType addPlayersToMatch addPointer addPort addPrintFormatter addQuadCurveToPoint addReadingListItemWithURL addRecipientPlayers addRecipientsWithEmailAddresses addRecipientsWithPlayerIDs addRecurrenceRule addRegularFileWithContents addRoom addRoomWithName addSamples addScheduledHandler addScriptMessageHandler addService addServiceGroupWithName addSublayer addSubscriberForFileURL addSubview addSuiteNamed addSymbolicLinkWithDestination addTarget addTargetWithHandler addTextContainer addTextFieldWithConfigurationHandler addTimeInterval addTimer addToRunLoop addTrackAssociationWithTrackOfInput addTransactionObserver addTrigger addURL addUniform addUserInfoEntriesFromDictionary addUserScript addUserWithCompletionHandler addValue addVersionOfItemAtURL addZoneWithName additionalContentForURL additive address addressBook addressCheckingResultWithRange addressComponents addressDictionary addresses adjustTextPositionByCharacterOffset adjustingExposure adjustingFocus adjustingWhiteBalance adjustmentData adjustsFontSizeToFitWidth adjustsImageWhenDisabled adjustsImageWhenHighlighted adjustsLetterSpacingToFitWidth administrativeArea advanceIntervalForDelegateInvocation advanceSimulationTime advanceToNextInputMode advanceToNextItem advertiser advertiserAssistantDidDismissInvitation advertiserAssistantWillPresentInvitation advertisingIdentifier advertisingSection advertisingTrackingEnabled advisoryNotices affectedByGravity affectedByPhysicsFields affectedStores affineTransform aggregationStyle airPlayVideoActive al alarmWithAbsoluteDate alarmWithRelativeOffset alarms albumArtist albumArtistPersistentID albumPersistentID albumTitle albumTrackCount albumTrackNumber albumsQuery alc alertAction alertActionLocalizationKey alertBody alertControllerWithTitle alertLaunchImage alertLocalizationArgs alertLocalizationKey alertTitle alertView alertViewCancel alertViewShouldEnableFirstOtherButton alertViewStyle alias alignment alignmentMode alignmentRectForFrame alignmentRectInsets allAssets allBehaviors allBundles allContactedBodies allControlEvents allCredentials allDay allExportPresets allFrameworks allHTTPHeaderFields allHeaderFields allKeys allKeysForObject allLanguages allMetadata allObjects allPhotos allScripts allTargets allTokens allTouches allValues allVideos alloc allocWithZone allowDeferredLocationUpdatesUntilTraveled allowEvaluation allowableMovement allowedClasses allowedEntityTypes allowedExternalEntityURLs allowedUnits allows allowsActions allowsAddingToAddressBook allowsAirPlay allowsAirPlayVideo allowsBackForwardNavigationGestures allowsCachingHighQualityImages allowsCalendarPreview allowsCameraControl allowsCellularAccess allowsContentModifications allowsEdgeAntialiasing allowsEditing allowsEditingTextAttributes allowsEmptySelection allowsExternalBinaryDataStorage allowsExternalPlayback allowsFloats allowsFractionalUnits allowsGroupOpacity allowsImageEditing allowsInlineMediaPlayback allowsKeyedCoding allowsMagnification allowsMultipleSelection allowsMultipleSelectionDuringEditing allowsNaturalLanguage allowsNonContiguousLayout allowsNonnumericFormatting allowsPickingMultipleItems allowsResizing allowsResting allowsReverseTransformation allowsRotation allowsSelection allowsSelectionDuringEditing allowsTransparency allowsVOIP allowsWeakReference alpha alphaBlendOperation alphaRange alphaSpeed alphaState alphaToCoverageEnabled alphaToOneEnabled alphanumericCharacterSet alternateName alternativeInterpretations alternativeStrings altitude alwaysBounceHorizontal alwaysBounceVertical alwaysCopiesSampleData alwaysDiscardsLateVideoFrames alwaysShowsDecimalSeparator ambient ambientColor amount analog anchorA anchorB anchorDate anchorPoint anchorPointZ andPredicateWithSubpredicates angle angularDamping angularResistance angularVelocity angularVelocityFactor angularVelocityForItem animateAlongsideTransition animateAlongsideTransitionInView animateKeyframesWithDuration animateTransition animateWithDuration animateWithTextures animatedImageNamed animatedImageWithImages animatedResizableImageNamed animatesDrop animation animationControllerForDismissedController animationControllerForPresentedController animationDidStart animationDidStop animationDuration animationEnded animationEventWithKeyTime animationEvents animationForKey animationImages animationKeys animationRepeatCount animationSpeed animationTimingFunction animationTool animationWithKeyPath animations annotation annotationVisibleRect annotations annotationsInMapRect antialiased antialiasingMode anyObject aperture apertureMode appStoreReceiptURL appearance appearanceForTraitCollection appearanceWhenContainedIn appendAttributedString appendBytes appendData appendFormat appendPath appendPixelBuffer appendSampleBuffer appendString appendTimedMetadataGroup applicableRenderingAlgorithms application applicationData applicationDidBecomeActive applicationDidEnterBackground applicationDidFinishLaunching applicationDidReceiveMemoryWarning applicationFinishedRestoringState applicationFrame applicationIconBadgeNumber applicationMusicPlayer applicationProtectedDataDidBecomeAvailable applicationProtectedDataWillBecomeUnavailable applicationSignificantTimeChange applicationState applicationSupportsShakeToEdit applicationUsername applicationWillEnterForeground applicationWillResignActive applicationWillTerminate appliesMediaSelectionCriteriaAutomatically appliesPreferredTrackTransform apply applyAngularImpulse applyBrakingForce applyEngineForce applyFillPropertiesToContext applyForce applyImpulse applyLayoutAttributes applyStrokePropertiesToContext applyTorque applyTransform applyWithExtent apportionsSegmentWidthsByContent approximateLocation archiveRootObject archivedDataWithRootObject archiver archiverDidFinish archiverWillFinish areAnimationsEnabled area areasOfInterest arguments argumentsRetained arithmetic array arrayByAddingObject arrayByAddingObjectsFromArray arrayForKey arrayLength arrayType arrayWithArray arrayWithCapacity arrayWithContentsOfFile arrayWithContentsOfURL arrayWithObject arrayWithObjects arrivalDate arrowBase arrowDirection arrowHeight arrowOffset artist artistPersistentID artistsQuery artwork ascender ascending aspectRatioThumbnail asset assetCollectionSubtype assetCollectionType assetContentChanged assetForURL assetImageGeneratorWithAsset assetReaderAudioMixOutputWithAudioTracks assetReaderOutputMetadataAdaptorWithAssetReaderTrackOutput assetReaderSampleReferenceOutputWithTrack assetReaderTrackOutput assetReaderTrackOutputWithTrack assetReaderVideoCompositionOutputWithVideoTracks assetReaderWithAsset assetTrack assetURL assetWithURL assetWriterInput assetWriterInputGroupWithInputs assetWriterInputMetadataAdaptorWithAssetWriterInput assetWriterInputPixelBufferAdaptorWithAssetWriterInput assetWriterInputWithMediaType assetWriterWithURL assignAccessory assignObject associateSourceInstance associatedMediaSelectionOptionInMediaSelectionGroup associatedServiceType associatedTracksOfType asynchronous atEnd atlasNamed atlasWithDictionary atmosphereUnit atomic attachNode attachedBehaviorType attachedToDevice attachmentBoundsForTextContainer attachmentSizeForGlyphAtIndex attachments attemptRecoveryFromError attemptRotationToDeviceOrientation attendees attenuationEndDistance attenuationFalloffExponent attenuationStartDistance attitude attitudeReferenceFrame attribute attributeForKey attributeIndex attributeMappings attributeType attributeValueClassName attributedContentText attributedPlaceholder attributedStringForNil attributedStringForNotANumber attributedStringForObjectValue attributedStringForZero attributedStringWithAttachment attributedSubstringFromRange attributedText attributedTitle attributedTitleForState attributes attributesAtIndex attributesByName attributesOfFileSystemForPath attributesOfItemAtPath audioChannels audioComponentDescription audioMix audioMixInputParameters audioMixInputParametersWithTrack audioOutputDeviceUniqueID audioPlayerBeginInterruption audioPlayerDecodeErrorDidOccur audioPlayerDidFinishPlaying audioPlayerEndInterruption audioRecorderBeginInterruption audioRecorderDidFinishRecording audioRecorderEncodeErrorDidOccur audioRecorderEndInterruption audioSettings audioTimePitchAlgorithm audioTimeStamp audioTracks audioUnit audiobooksQuery audiovisualMIMETypes audiovisualTypes authenticateHandler authenticateWithCompletionHandler authenticated authenticationMethod authenticationRequired authenticationToken authorizationStatus authorizationStatusForEntityType authorizationStatusForMediaType authorizationStatusForType autoAdjustmentFilters autoAdjustmentFiltersWithOptions autoCompletionViewController autoContentAccessingProxy autoExposureSettingsWithExposureTargetBias autoFocusRangeRestriction autoFocusRangeRestrictionSupported autoFocusSystem autocapitalizationType autocorrectionType autoenablesDefaultLighting automaticTerminationSupportEnabled automaticallyAdjustsMirroring automaticallyAdjustsScrollViewInsets automaticallyAdjustsVideoHDREnabled automaticallyAdjustsVideoMirroring automaticallyAdjustsZRange automaticallyConfiguresApplicationAudioSession automaticallyEnablesLowLightBoostWhenAvailable automaticallyEnablesStillImageStabilizationWhenAvailable automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers automaticallyLoadedAssetKeys automaticallyNotifiesObserversForKey automotive autorepeat autoresizesSubviews autoresizingMask autoreverses autosaveWithCompletionHandler autoupdatingCurrentCalendar autoupdatingCurrentLocale avAsset availability available availableAttitudeReferenceFrames availableCaptureModesForCameraDevice availableChapterLocales availableData availableImageDataCVPixelFormatTypes availableImageDataCodecTypes availableInputs availableLanguages availableLocaleIdentifiers availableMediaCharacteristicsWithMediaSelectionOptions availableMediaTypes availableMediaTypesForSourceType availableMetadataFormats availableMetadataObjectTypes availableModes availableOutputFileTypes availableOutputSettingsPresets availableStringEncodings availableTagSchemesForLanguage availableTrackAssociationTypes availableVideoCVPixelFormatTypes availableVideoCodecTypes averagePowerForChannel averagePowerLevel averageQuantity averageQuantityForSource avoid awakeAfterUsingCoder awakeFromFetch awakeFromInsert awakeFromNib awakeFromSnapshotEvents awakeWithContext axisA axisB axle backBarButtonItem backButtonBackgroundImageForState backButtonBackgroundVerticalPositionAdjustmentForBarMetrics backButtonTitlePositionAdjustmentForBarMetrics backFaceStencil backForwardList backIndicatorImage backIndicatorTransitionMaskImage backItem backList background backgroundColor backgroundEffect backgroundFilters backgroundImage backgroundImageForBarMetrics backgroundImageForBarPosition backgroundImageForState backgroundImageForToolbarPosition backgroundRectForBounds backgroundRefreshStatus backgroundSessionConfiguration backgroundSessionConfigurationWithIdentifier backgroundTimeRemaining backgroundVerticalPositionAdjustmentForBarMetrics backgroundView badge badgeValue bands bandwidth bannerLoaded bannerView bannerViewActionDidFinish bannerViewActionInProgress bannerViewActionShouldBegin bannerViewDidLoadAd bannerViewWillLoadAd barButtonItem barHideOnSwipeGestureRecognizer barHideOnTapGestureRecognizer barPosition barStyle barTintColor base base64EncodedDataWithOptions base64EncodedStringWithOptions base64Encoding baseGeometry baseGeometryBindTransform baseURL baseWritingDirection baseWritingDirectionForPosition baselineAdjustment batchUpdateRequestWithEntityName batteryLevel batteryMonitoringEnabled batteryState beatsPerMinute becomeCurrent becomeCurrentPage becomeCurrentWithPendingUnitCount becomeFirstResponder becomeKeyWindow begin beginActivityWithOptions beginAnimations beginAppearanceTransition beginBackgroundTaskWithExpirationHandler beginBackgroundTaskWithName beginConfiguration beginContentAccess beginCustomizingItems beginEditing beginEntityMapping beginGeneratingDeviceOrientationNotifications beginGeneratingLibraryChangeNotifications beginGeneratingPlaybackNotifications beginIgnoringInteractionEvents beginInterruption beginLoadingChildItemsAtIndexPath beginReceivingRemoteControlEvents beginRefreshing beginRequestWithExtensionContext beginSeekingBackward beginSeekingForward beginTime beginTrackingWithTouch beginUndoGrouping beginUpdates beginningOfDocument behaviorTypes behaviorWithType behaviors bestPaperForPageSize bezierPath bezierPathByReversingPath bezierPathWithArcCenter bezierPathWithCGPath bezierPathWithOvalInRect bezierPathWithRect bezierPathWithRoundedRect biasValues billingAddress bindDrawable biologicalSex biologicalSexWithError birthDirection birthLocation birthRate birthRateVariation birthdayPersonID bitmapRepresentation bits blackColor blackPassEnabled blendMode blendingEnabled blitCommandEncoder blockOperationWithBlock blocked bloodType bloodTypeWithError blue blueColor blueRange blueSpeed body bodyA bodyAlongRayStart bodyAtPoint bodyB bodyInRect bodyWithBodies bodyWithCircleOfRadius bodyWithEdgeChainFromPath bodyWithEdgeFromPoint bodyWithEdgeLoopFromPath bodyWithEdgeLoopFromRect bodyWithPolygonFromPath bodyWithRectangleOfSize bodyWithTexture bodyWithType boldSystemFontOfSize boneIndices boneInverseBindTransforms boneWeights bones bookmarkCommand bookmarkDataWithContentsOfURL bookmarkDataWithOptions bookmarkTime boolForKey boolValue borderColor borderRectForBounds borderStyle borderWidth bottomLayoutGuide bottomLeft bottomRadius bottomRight bounces bouncesZoom boundaryIdentifiers boundaryWithIdentifier boundingMapRect boundingRectForGlyphRange boundingRectWithSize boundingRegion bounds boxWithWidth bridged brightness bringSubviewToFront broadcast brownColor browser browserViewController browserViewControllerDidFinish browserViewControllerWasCancelled bufferAlignment bufferDataSize bufferDataType bufferIndex bufferStructType build builtInPlugInsPath builtInPlugInsURL bundleForClass bundleIdentifier bundlePath bundleURL bundleWithIdentifier bundleWithPath bundleWithURL burstIdentifier burstSelectionTypes buttonA buttonB buttonFontSize buttonNumber buttonTitleAtIndex buttonType buttonWithType buttonX buttonY byValue bypass byteRangeAccessSupported bytesPerComponent bytesPerIndex cString cStringLength cStringUsingEncoding cache cacheName cacheNodeForObjectID cacheNodes cachePolicy cachedImages cachedResponse cachedResponseForRequest cachedSnapshot calculateAccumulatedFrame calculateDirectionsWithCompletionHandler calculateETAWithCompletionHandler calculating calculationMode calendar calendarChooserDidCancel calendarChooserDidFinish calendarChooserSelectionDidChange calendarForEntityType calendarIdentifier calendarItemExternalIdentifier calendarItemIdentifier calendarItemWithIdentifier calendarItemsWithExternalIdentifier calendarWithEventStore calendarWithIdentifier calendars calendarsForEntityType callEventHandler callID callStackReturnAddresses callStackSymbols callState callWithArguments calloutOffset calorieUnit camera cameraCaptureMode cameraDevice cameraFlashMode cameraLookingAtCenterCoordinate cameraOverlayView cameraViewTransform canAddConnection canAddInput canAddInputGroup canAddOutput canAddPasses canAddTrackAssociationWithTrackOfInput canApplyOutputSettings canBeConvertedToEncoding canBePreventedByGestureRecognizer canBecomeFirstResponder canCancelContentTouches canContainAssets canContainCollections canDisplayBannerAds canDrawMapRect canEditVideoAtPath canEvaluatePolicy canFilterByProperty canGoBack canGoForward canHandleAdjustmentData canHandleRequest canInitWithRequest canInitWithTask canInsertItem canMakePayments canMakePaymentsUsingNetworks canOpenURL canPerformAction canPerformEditOperation canPerformMultiplePasses canPerformMultiplePassesOverSourceMediaData canPerformUnwindSegueAction canPerformWithActivityItems canPlayFastForward canPlayFastReverse canPlayReverse canPlaySlowForward canPlaySlowReverse canPreventGestureRecognizer canPreviewItem canPrintData canPrintURL canProvideSampleCursors canRedo canReplaceMapContent canResignFirstResponder canSendAttachments canSendMail canSendSubject canSendText canSendTweet canSetSessionPreset canShowCallout canShowMIMEType canStepBackward canStepForward canUndo cancel cancelAction cancelAllCGImageGeneration cancelAllLocalNotifications cancelAllOperations cancelAllPendingVideoCompositionRequests cancelAllThumbnailImageRequests cancelAuthenticationChallenge cancelBannerViewAction cancelButtonIndex cancelByProducingResumeData cancelConnectPeer cancelConnectToPeer cancelContentEditing cancelContentEditingInputRequest cancelDownloads cancelEditing cancelExport cancelFetchRequest cancelGeocode cancelImageRequest cancelInteractiveTransition cancelInviteToPlayer cancelLoading cancelLocalNotification cancelMigrationWithError cancelPendingInviteToPlayer cancelPendingPrerolls cancelPendingSeeks cancelPerformSelector cancelPerformSelectorsWithTarget cancelPeripheralConnection cancelPreroll cancelPreviousPerformRequestsWithTarget cancelReading cancelRequestWithError cancelTrackingWithEvent cancelVideoZoomRamp cancelWithLocalizableMessageKey cancelWriting cancellable cancellationHandler cancelled cancelsTouchesInView canonicalLanguageIdentifierFromString canonicalLocaleIdentifierFromString canonicalRequestForRequest capHeight capInsets capRadius capSegmentCount capabilities capitalizedLetterCharacterSet capitalizedString capitalizedStringWithLocale capsuleWithCapRadius captureDevicePointOfInterestForPoint captureOutput captureOutputShouldProvideSampleAccurateRecordingStart captureStillImageAsynchronouslyFromConnection captureStillImageBracketAsynchronouslyFromConnection capturesCursor capturesMouseClicks capturingStillImage caretRectForPosition carrierName carrierToken caseInsensitiveCompare caseSensitive castsShadow categories category categoryBitMask categoryOptions categorySampleWithType categoryType categoryTypeForIdentifier cblas cellForItemAtIndexPath cellForRowAtIndexPath center centerCoordinate centerOffset centerRect centimeterOfWaterUnit central centralManager centralManagerDidUpdateState certificateType certificates cflag chainRootNode challengeComposeControllerWithMessage challengeComposeControllerWithPlayers challengeEventHandler chamferMode chamferProfile chamferRadius chamferSegmentCount changeCount changeCountTokenForSaveOperation changeCurrentDirectoryPath changeDetailsForFetchResult changeDetailsForObject changeDetailsFromFetchResult changeFileAttributes changeInLength changePlaybackRateCommand changeRequestForAsset changeRequestForAssetCollection changeRequestForCollectionList changedIndexes changedKeys changedObjects changedValues changedValuesForCurrentEvent channelAssignments channelCount channelLabel channelName channelNumber channels chapterMetadataGroupsBestMatchingPreferredLanguages chapterMetadataGroupsWithTitleLocale char charValue characterAtIndex characterDirectionForLanguage characterIndexForGlyphAtIndex characterIndexForPoint characterIsMember characterOffsetOfPosition characterRangeAtPoint characterRangeByExtendingPosition characterRangeForGlyphRange characterSetWithBitmapRepresentation characterSetWithCharactersInString characterSetWithContentsOfFile characterSetWithRange characteristic characteristicType characteristicTypeForIdentifier characteristics charactersRemaining charactersToBeSkipped charge chassisBody checkPromisedItemIsReachableAndReturnError checkResourceIsReachableAndReturnError checkingTypes childBehaviors childItemsDisplayPlaybackProgressAtIndexPath childNodeWithName childNodes childNodesPassingTest childSecurityAssociationParameters childViewControllerForStatusBarHidden childViewControllerForStatusBarStyle childViewControllers children chooseBestHostPlayerWithCompletionHandler chooseBestHostingPlayerWithCompletionHandler chromaticityValuesForDeviceWhiteBalanceGains circle circleWithCenterCoordinate circleWithMapRect clapack class classFallbacksForKeyedArchiver classForClassName classForCoder classForKeyedArchiver classForKeyedUnarchiver classNameForClass classNamed clearAllForces clearAllMenuItems clearButtonMode clearButtonRectForBounds clearCaches clearColor clearDepth clearKeepAliveTimeout clearStencil clearTextInputContextIdentifier clearsContextBeforeDrawing clearsOnBeginEditing clearsOnInsertion clearsSelectionOnViewWillAppear client clientChangeTokenData clipsToBounds clone close closeFile closePath closeWithCompletionHandler closedCaptionDisplayEnabled closestPositionToPoint cloudItem code collapseSecondaryViewController collapsed collapsesLargestUnit collection collectionListSubtype collectionListType collectionSections collectionView collectionViewContentSize collectionViewLayout collectionWithItems collections colliderNodes collisionBehavior collisionBitMask collisionDelegate collisionImpulse collisionMode color colorAttachments colorBlendFactor colorMaterialEnabled colorSpace colorWithAlphaComponent colorWithCGColor colorWithCIColor colorWithHue colorWithPatternImage colorWithRed colorWithString colorWithWhite colorizeWithColor colorizeWithColorBlendFactor colors columnNumber columnTerminatorsForLocale command commandBuffer commandBufferWithUnretainedReferences commandQueue comment commentURL comments commit commitAnimations commitConfiguration committedValuesForKeys commonFormat commonISOCurrencyCodes commonKey commonMetadata commonPrefixWithString compact comparator compare compareDate compareObject comparePosition compareStartDateWithEvent comparisonPredicateModifier comparisonType compatibleTrackForCompositionTrack compatibleWithSavedPhotosAlbum compilation compilationsQuery completePathIntoString completeRequestReturningItems completeStateRestoration completeTransition completed completedExchanges completedUnitCount completionBlock completionCurve completionDate completionHandler completionSpeed completionVelocity completionWithItemsHandler completionsForPartialWordRange component components componentsFromLocaleIdentifier componentsInTimeZone componentsJoinedByString componentsPerVector componentsSeparatedByCharactersInSet componentsSeparatedByString componentsToDisplayForPath componentsWithString componentsWithURL composable composeViewControllerForServiceType composeViewDelegate composer composerPersistentID composersQuery compositingFilter composition compositionTime compositionTrackSegmentWithTimeRange compositionTrackSegmentWithURL compoundIndexes compoundPredicateType computeCommandEncoder concurrencyType concurrent condition coneWithTopRadius confidence config configuration configurationItems configurationName configurations configureAccessory configureAsServer configurePersistentStoreCoordinatorForURL conflict connect connectPeer connectPeripheral connectToPeer connected connectedAccessories connectedPeers connection connectionDidFinishDownloading connectionDidFinishLoading connectionDidResumeDownloading connectionID connectionPolicy connectionPosition connectionProxyDictionary connectionRules connectionShouldUseCredentialStorage connectionTypesMask connectionWithHost connectionWithInputPort connectionWithInputPorts connectionWithMediaType connectionWithRequest connections const constant constantAttenuation constantAttenuationlinearAttenuationquadraticAttenuation constantColor constantValue constraintWithItem constraints constraintsAffectingLayoutForAxis constraintsWithVisualFormat constructWithArguments contactDelegate contactNormal contactPoint contactPrinter contactTestBetweenBody contactTestBitMask contactTestWithBody contacts container containerFrame containerIdentifier containerURLForSecurityApplicationGroupIdentifier containerView containerViewDidLayoutSubviews containerViewWillLayoutSubviews containerWithIdentifier containsCoordinate containsEnd containsIndex containsIndexes containsIndexesInRange containsMipmaps containsObject containsPass containsPasteboardTypes containsPoint containsStart containsString containsTraitsInCollection containsTweening containsValueForKey contentCompressionResistancePriorityForAxis contentEdgeInsets contentEditingOutput contentFrame contentHorizontalAlignment contentHuggingPriorityForAxis contentIdentifier contentInformationRequest contentInset contentInsets contentItemAtIndexPath contentLimitsEnabled contentMode contentOffset contentOffsetAdjustment contentOffsetForSegmentAtIndex contentOverlayView contentPositionAdjustmentForSegmentType contentRectForBounds contentScaleFactor contentSize contentSizeAdjustment contentSizeForViewInPopover contentStretch contentText contentType contentURL contentVersion contentVerticalAlignment contentView contentViewController contentViewInsets contentWidth contents contentsAreFlipped contentsAtPath contentsCenter contentsEqualAtPath contentsForType contentsGravity contentsOfDirectoryAtPath contentsOfDirectoryAtURL contentsRect contentsScale contentsTransform context contextExpression contextForSegueWithIdentifier contextShouldIgnoreUnmodeledPropertyChanges contextWithCGContext contextWithCGLContext contextWithEAGLContext contextWithJSGlobalContextRef contextWithOptions contextsForSegueWithIdentifier continueSpeaking continueTrackingWithTouch continueWithoutCredentialForAuthenticationChallenge continuityValues continuous controlCharacterSet controlStyle controller controllerDidChangeContent controllerPausedHandler controllerWillChangeContent controllerWithAnimation controllers convertCoordinate convertPoint convertPointFromView convertPointToView convertPosition convertRect convertRegion convertTime convertTransform convexSweepTestWithShape cookieAcceptPolicy cookieWithProperties cookies cookiesForURL cookiesWithResponseHeaderFields coordinate coordinateAccessWithIntents coordinateReadingItemAtURL coordinateSpace coordinateWritingItemAtURL copy copyCGImageAtTime copyFormatDescription copyFromBuffer copyFromTexture copyItemAtPath copyItemAtURL copyNextSampleBuffer copyPath copyPixelBufferForItemTime copyWithZone cornerRadius cornerSegmentCount corners correctionCheckingResultWithRange correlationType correlationTypeForIdentifier correlationWithType count countByEnumeratingWithState countDownDuration countForFetchRequest countForObject countLimit countOfAssetsWithMediaType countOfBytesExpectedToReceive countOfBytesExpectedToSend countOfBytesReceived countOfBytesSent countOfIndexesInRange countOnlyRequest countStyle countUnit country countryCode course cpuCacheMode createCGImage createCGLayerWithSize createDestinationInstancesForSourceInstance createDirectoryAtPath createDirectoryAtURL createFileAtPath createPath createRelationshipsForDestinationInstance createSymbolicLinkAtPath createSymbolicLinkAtURL creationDate creationRequestForAssetCollectionWithTitle creationRequestForAssetFromImage creationRequestForAssetFromImageAtFileURL creationRequestForAssetFromVideoAtFileURL creationRequestForCollectionListWithTitle creatorUserRecordID credential credentialForTrust credentialWithIdentity credentialWithUser credentialsForProtectionSpace cropRect crossFadeWithDuration cubeMapWithContentsOfFile cubeMapWithContentsOfFiles cubeMapWithContentsOfURL cullMode cumulative currencyCode currencyDecimalSeparator currencyGroupingSeparator currencySymbol currentArguments currentAttributedTitle currentBackgroundImage currentCalendar currentCallee currentCalls currentCollation currentContentSizeIdentifier currentContext currentDate currentDevice currentDirectoryPath currentDiskUsage currentEntityMapping currentHandler currentHardwareInputNumberOfChannels currentHardwareOutputNumberOfChannels currentHardwareSampleRate currentImage currentInputMode currentItem currentLanguageCode currentLayout currentLocale currentMaximumTrackImage currentMemoryUsage currentMinimumTrackImage currentMode currentPage currentPageIndicatorTintColor currentParticipant currentPassDescription currentPlaybackRate currentPlaybackTime currentPoint currentPosition currentPreviewItem currentPreviewItemIndex currentProgress currentQueue currentRadioAccessTechnology currentRequest currentRoute currentRunLoop currentThis currentThread currentThumbImage currentTime currentTimeLabelFont currentTitle currentTitleColor currentTitleShadowColor currentUserNotificationSettings currentVersionOfItemAtURL currentVideoFrameRate currentlyReadingIssue cursor customActionWithDuration customFieldWithEvaluationBlock customSelector customVideoCompositor customVideoCompositorClass customView customizableViewControllers cut cyanColor cycling cylinderWithRadius damping dampingFactor darkGrayColor darkTextColor dashCheckingResultWithRange data dataDetectorTypes dataDetectorWithTypes dataForKey dataForPasteboardType dataFromPropertyList dataFromRange dataFromTXTRecordDictionary dataOffset dataRequest dataSource dataSourceID dataSourceName dataSources dataStride dataTaskWithHTTPGetRequest dataTaskWithRequest dataTaskWithURL dataType dataUsingEncoding dataValue dataWithBytes dataWithBytesNoCopy dataWithCapacity dataWithContentsOfFile dataWithContentsOfMappedFile dataWithContentsOfURL dataWithData dataWithJSONObject dataWithLength dataWithPropertyList database date dateByAddingComponents dateByAddingTimeInterval dateByAddingUnit dateBySettingHour dateBySettingUnit dateCheckingResultWithRange dateFormat dateFormatFromTemplate dateFormatTemplate dateFromComponents dateFromString dateOfBirthWithError datePickerMode dateStyle dateTemplate dateValue dateWithEra dateWithTimeInterval dateWithTimeIntervalSince1970 dateWithTimeIntervalSinceNow dateWithTimeIntervalSinceReferenceDate day dayOfTheWeek dayOfWeek dayUnit daylightSavingTime daylightSavingTimeOffset daylightSavingTimeOffsetForDate daysOfTheMonth daysOfTheWeek daysOfTheYear deactivateConstraints deadPeerDetectionRate dealloc debugDescription debugLabel decelerating decelerationRate decimalDigitCharacterSet decimalNumberByAdding decimalNumberByDividingBy decimalNumberByMultiplyingBy decimalNumberByMultiplyingByPowerOf10 decimalNumberByRaisingToPower decimalNumberByRoundingAccordingToBehavior decimalNumberBySubtracting decimalNumberHandlerWithRoundingMode decimalNumberWithDecimal decimalNumberWithMantissa decimalNumberWithString decimalSeparator decimalValue decline declineInviteWithCompletionHandler decodeArrayOfObjCType decodeBoolForKey decodeBytesWithReturnedLength decodeCGAffineTransformForKey decodeCGPointForKey decodeCGRectForKey decodeCGSizeForKey decodeCGVectorForKey decodeCMTimeForKey decodeCMTimeMappingForKey decodeCMTimeRangeForKey decodeDataObject decodeDoubleForKey decodeFloatForKey decodeInt32ForKey decodeInt64ForKey decodeIntForKey decodeIntegerForKey decodeNXObject decodeObject decodeObjectForKey decodeObjectOfClass decodeObjectOfClasses decodePropertyList decodePropertyListForKey decodeRestorableStateWithCoder decodeUIEdgeInsetsForKey decodeUIOffsetForKey decodeValueOfObjCType decodeValuesOfObjCTypes decomposableCharacterSet decomposedStringWithCanonicalMapping decomposedStringWithCompatibilityMapping decreaseSize decrementImageForState default defaultActionForKey defaultBehavior defaultCStringEncoding defaultCalendarForNewEvents defaultCalendarForNewReminders defaultCenter defaultContainer defaultCredentialForProtectionSpace defaultDate defaultDecimalNumberHandler defaultDeviceWithMediaType defaultFormatterBehavior defaultInput defaultInvitationMessage defaultManager defaultMediaLibrary defaultNumberOfPlayers defaultOption defaultParagraphStyle defaultQueue defaultReadingList defaultRecordZone defaultRepresentation defaultSession defaultSessionConfiguration defaultSource defaultStore defaultTabInterval defaultTextAttributes defaultTimeZone defaultValue defaultValueForKey defaultVoiceChatService defaultWritingDirectionForLanguage defaults deferredLocationUpdatesAvailable defersCurrentPageDisplay defineProperty definesPresentationContext definition degreeCelsiusUnit degreeFahrenheitUnit delayTime delaysContentTouches delaysTouchesBegan delaysTouchesEnded delegate delegateQueue delete deleteAssetCollections deleteAssets deleteBackward deleteCacheWithName deleteCharactersInRange deleteCollectionLists deleteCookie deleteDrawable deleteItemsAtIndexPaths deleteObject deleteProperty deleteRecordWithID deleteRecordZoneWithID deleteRecording deleteRowsAtIndexPaths deleteRule deleteSavedGamesWithName deleteSections deleteSubscriptionWithID deleted deletedObjects deliveryMode density denyCallID denyConnectionFromPeer departureDate dependencies depth depthAttachment depthAttachmentPixelFormat depthCompareFunction depthFailureOperation depthPlane depthStencilPassOperation depthWriteEnabled dequeueNotificationsMatching dequeueReusableAnnotationViewWithIdentifier dequeueReusableCellWithIdentifier dequeueReusableCellWithReuseIdentifier dequeueReusableHeaderFooterViewWithIdentifier dequeueReusableSupplementaryViewOfKind descender description descriptionFunction descriptionInStringsFileFormat descriptionWithLocale descriptors deselectAnnotation deselectItemAtIndexPath deselectRowAtIndexPath desiredAccuracy desiredKeys desiredPushTypes destination destinationAlphaBlendFactor destinationContext destinationEndpoint destinationEntity destinationEntityForEntityMapping destinationEntityName destinationEntityVersionHash destinationInstancesForEntityMappingNamed destinationModel destinationOfSymbolicLinkAtPath destinationRGBBlendFactor destinationViewController destructive destructiveButtonIndex detachNewThreadSelector detachNode detail detailTextForGuidedAccessRestrictionWithIdentifier detailTextLabel detectConflictsForObject detectorOfType detectsPhoneNumbers determineAppInstallationAttributionWithCompletionHandler determineCompatibilityOfExportPreset determineCompatibleFileTypesWithCompletionHandler developmentLocalization device deviceAccountIdentifier deviceAccountNumberSuffix deviceCurrentTime deviceInputWithDevice deviceMotion deviceMotionActive deviceMotionAvailable deviceMotionUpdateInterval deviceName deviceWhiteBalanceGains deviceWhiteBalanceGainsForChromaticityValues deviceWhiteBalanceGainsForTemperatureAndTintValues deviceWithUniqueID devices devicesWithMediaType dictationRecognitionFailed dictationRecordingDidEnd dictionary dictionaryForKey dictionaryFromTXTRecordData dictionaryHasDefinitionForTerm dictionaryPayload dictionaryRepresentation dictionaryWithCapacity dictionaryWithContentsOfFile dictionaryWithContentsOfURL dictionaryWithDictionary dictionaryWithObject dictionaryWithObjects dictionaryWithObjectsAndKeys dictionaryWithSharedKeySet dictionaryWithValuesForKeys didAccessValueForKey didAddSubview didAddToPersistentStoreCoordinator didAnimateFirstHalfOfRotationToInterfaceOrientation didApplyConstraints didApplyConstraintsForScene didBeginContact didChange didChangeSize didChangeValueForKey didDeactivate didDismissSearchController didEndContact didEvaluateActions didEvaluateActionsForScene didFinishUpdate didFinishUpdateForScene didMoveToParentViewController didMoveToSuperview didMoveToURL didMoveToView didMoveToWindow didPresentActionSheet didPresentAlertView didPresentSearchController didReceiveLocalNotification didReceiveMemoryWarning didReceiveRemoteNotification didRotateFromInterfaceOrientation didSave didSelectCancel didSelectPost didSimulatePhysics didSimulatePhysicsForScene didTransitionFromLayout didTransitionToState didTurnIntoFault diffieHellmanGroup diffuse diffuseColor dimensions dimsBackgroundDuringPresentation direction directionalLockEnabled directory directoryAttributes directoryContentsAtPath directoryForTemporaryFiles disableActions disableAllBackgroundDeliveryWithCompletion disableAutomaticTermination disableBackgroundDeliveryForType disableEditing disableSharedPhotoStreamsSupport disableSuddenTermination disableUndoRegistration disableUpdates disableUserAttachments disabledBackground disablesAutomaticKeyboardDismissal disallowDeferredLocationUpdates discCount discNumber discardContentIfPossible discardable disconnect disconnectFromAllPeers disconnectNodeInput disconnectNodeOutput disconnectOnSleep disconnectPeerFromAllPeers disconnectTimeout discoverAllContactUserInfosWithCompletionHandler discoverAllContactsCompletionBlock discoverCharacteristics discoverDescriptorsForCharacteristic discoverIncludedServices discoverServices discoverUserInfoWithEmailAddress discoverUserInfoWithUserRecordID discoverUserInfosCompletionBlock discoveredAccessories discoveryInfo discretionary diskCapacity dislikeCommand dismiss dismissAnimated dismissController dismissGrantingAccessToURL dismissHeadingCalibrationDisplay dismissKeyboard dismissMenuAnimated dismissModalViewControllerAnimated dismissMoviePlayerViewControllerAnimated dismissPopoverAnimated dismissPreviewAnimated dismissTextInputController dismissViewControllerAnimated dismissWithClickedButtonIndex dismissalTransitionDidEnd dismissalTransitionWillBegin dispatchThreadgroups display displayIfNeeded displayLayer displayLinkWithTarget displayLocation displayMode displayModeButtonItem displayName displayNameAtPath displayNameForKey displayNameForPeer displayNameWithLocale displayScale displaySizeImage displayedPerson displayedProperties displayingBannerAd displaysSearchBarInNavigationBar distance distanceAttenuationModel distanceAttenuationParameters distanceFilter distanceFromLocation distanceFromString distantFuture distantPast distinguishedNames dividerImageForLeftSegmentState documentContextAfterInput documentContextBeforeInput documentInteractionController documentInteractionControllerDidDismissOpenInMenu documentInteractionControllerDidDismissOptionsMenu documentInteractionControllerDidEndPreview documentInteractionControllerRectForPreview documentInteractionControllerViewControllerForPreview documentInteractionControllerViewForPreview documentInteractionControllerWillBeginPreview documentInteractionControllerWillPresentOpenInMenu documentInteractionControllerWillPresentOptionsMenu documentMenu documentMenuWasCancelled documentPicker documentPickerMode documentPickerWasCancelled documentState documentStorageURL documentText doesRelativeDateFormatting domain dominantLanguage dominantLanguageForScript dominantScript doorsCloseHorizontalWithDuration doorsCloseVerticalWithDuration doorsOpenHorizontalWithDuration doorsOpenVerticalWithDuration doorwayWithDuration doubleForKey doubleSided doubleValue doubleValueForUnit down downloadContentLengths downloadContentVersion downloadOverdue downloadState downloadTaskWithRequest downloadTaskWithResumeData downloadTaskWithURL downloadWithDelegate downloadable downloadingAssets downloads dpad dragField dragState draggable dragging drain draw drawAsPatternInRect drawAtPoint drawBackgroundForGlyphRange drawContentForPageAtIndex drawFooterForPageAtIndex drawGlyphsForGlyphRange drawHeaderForPageAtIndex drawImage drawInContext drawInRect drawIndexedPrimitives drawLayer drawMapRect drawPageAtIndex drawPlaceholderInRect drawPrimitives drawPrintFormatter drawRect drawStrikethroughForGlyphRange drawTextInRect drawUnderlineForGlyphRange drawViewHierarchyInRect drawWithRect drawableColorFormat drawableDepthFormat drawableHeight drawableMultisample drawableProperties drawableSize drawableStencilFormat drawableWidth drawsAsynchronously drawsOutsideLineFragmentForGlyphAtIndex dueDateComponents duplex duration durationWatched dynamic dynamicAnimator dynamicAnimatorDidPause dynamicAnimatorWillResume dynamicBody eaglContext earlierDate edgeAntialiasingMask edgeCreasesElement edgeCreasesSource edgeWidths edges edgesForExtendedLayout editAction editButtonItem editViewDelegate editable edited editedMask editedRange editing editingAccessoryType editingAccessoryView editingRectForBounds editingStringForObjectValue editingStyle effect effectForBlurEffect effectWithStyle elapsedTime elasticity electricField elementArrayType elementStructType elementType emailAddresses emission emissionAngle emissionAngleRange emissionDuration emissionDurationVariation emissionLatitude emissionLongitude emissionRange emissiveColor emitterCell emitterCells emitterDepth emitterMode emitterPosition emitterShape emitterSize emitterZPosition emittingDirection empty emptyImage enable enableAutomaticTermination enableBackgroundDeliveryForType enableEditing enableInputClicksWhenVisible enableNotification enablePostProcessing enableRate enableSetNeedsDisplay enableSuddenTermination enableUndoRegistration enableUpdates enabled enabledRemoteNotificationTypes enablesReturnKeyAutomatically enablesVideoStabilizationWhenAvailable encodeArrayOfObjCType encodeBool encodeBycopyObject encodeByrefObject encodeBytes encodeCGAffineTransform encodeCGPoint encodeCGRect encodeCGSize encodeCGVector encodeCMTime encodeCMTimeMapping encodeCMTimeRange encodeConditionalObject encodeDataObject encodeDouble encodeFloat encodeInt encodeInt32 encodeInt64 encodeInteger encodeNXObject encodeObject encodePropertyList encodeRestorableStateWithCoder encodeRootObject encodeSystemFieldsWithCoder encodeUIEdgeInsets encodeUIOffset encodeValueOfObjCType encodeValuesOfObjCTypes encodeWithCoder encryptionAlgorithm encryptionPreference end endActivity endAppearanceTransition endBackgroundTask endContentAccess endCustomizingAnimated endDate endEditing endEncoding endEntityMapping endGeneratingDeviceOrientationNotifications endGeneratingLibraryChangeNotifications endGeneratingPlaybackNotifications endIgnoringInteractionEvents endInstanceCreationForEntityMapping endInterruption endInterruptionWithFlags endMatchInTurnWithMatchData endOfDocument endPlaybackTime endPoint endProgress endReceivingRemoteControlEvents endRefreshing endRelationshipCreationForEntityMapping endSeeking endSessionAtSourceTime endTrackingWithTouch endTurnWithNextParticipant endTurnWithNextParticipants endUndoGrouping endUpdates endpointAvailable energyFormatterUnitFromUnit enforcedContentItemsCount enforcedContentTreeDepth engine enqueue enqueueNotification enqueueSampleBuffer ensureAttributesAreFixedInRange ensureGlyphsForCharacterRange ensureGlyphsForGlyphRange ensureLayoutForBoundingRect ensureLayoutForCharacterRange ensureLayoutForGlyphRange ensureLayoutForTextContainer entities entitiesByName entitiesForConfiguration entity entityForName entityMappings entityMappingsByName entityMigrationPolicyClassName entityName entityVersionHashesByName entries entriesPassingTest entryWithIdentifier enumerateAssetsAtIndexes enumerateAssetsUsingBlock enumerateAssetsWithOptions enumerateAttribute enumerateAttributesInRange enumerateBodiesAlongRayStart enumerateBodiesAtPoint enumerateBodiesInRect enumerateByteRangesUsingBlock enumerateChildNodesUsingBlock enumerateChildNodesWithName enumerateDatesStartingAfterDate enumerateEnclosingRectsForGlyphRange enumerateEventsMatchingPredicate enumerateGroupsWithTypes enumerateIndexesInRange enumerateIndexesUsingBlock enumerateIndexesWithOptions enumerateKeysAndObjectsUsingBlock enumerateKeysAndObjectsWithOptions enumerateLineFragmentsForGlyphRange enumerateLinesUsingBlock enumerateLinguisticTagsInRange enumerateMatchesInString enumerateMovesWithBlock enumerateObjectsAtIndexes enumerateObjectsUsingBlock enumerateObjectsWithOptions enumerateRangesInRange enumerateRangesUsingBlock enumerateRangesWithOptions enumerateResultsUsingBlock enumerateResultsWithOptions enumerateStatisticsFromDate enumerateSubstringsInRange enumerateTagsInRange enumerateValuesForProperties enumeratorAtPath enumeratorAtURL envMode environment ephemeralSessionConfiguration era eraSymbols error errorComment errorDomain errorLog errorStatusCode errorWithDomain escapedPatternForString escapedTemplateForString estimatedAssetCount estimatedDataRate estimatedItemSize estimatedProgress estimatedResultCount estimatedRowHeight estimatedSectionFooterHeight estimatedSectionHeaderHeight eulerAngles evaluateJavaScript evaluatePolicy evaluateScript evaluateWithObject event eventEditViewController eventEditViewControllerDefaultCalendarForNewEvents eventIdentifier eventStore eventStoreIdentifier eventViewController eventWithEventStore eventWithIdentifier events eventsMatchingPredicate evictUbiquitousItemAtURL evictsObjectsWithDiscardedContent exception exceptionDuringOperation exceptionHandler exceptionWithName exchangeDataMaximumSize exchangeID exchangeMaxInitiatedExchangesPerPlayer exchangeObjectAtIndex exchangeOverlay exchangeOverlayAtIndex exchangeSubviewAtIndex exchanges excludedActivityTypes exclusionPaths exclusive exclusiveTouch executableArchitectures executablePath executableURL executeActionSet executeFetchRequest executeQuery executeRequest executing executionBlocks exerciseAmbiguityInLayout existingObjectWithID exit expectedPlayerCount expectedTravelTime expectsMediaDataInRealTime expiresDate exponentSymbol exportAsynchronouslyWithCompletionHandler exportPresetsCompatibleWithAsset exportSessionWithAsset exportable exposureDuration exposureMode exposurePointOfInterest exposurePointOfInterestSupported exposureTargetBias exposureTargetOffset expression expressionBlock expressionForAggregate expressionForAnyKey expressionForBlock expressionForConstantValue expressionForEvaluatedObject expressionForFetch expressionForFunction expressionForIntersectSet expressionForKeyPath expressionForMinusSet expressionForSubquery expressionForUnionSet expressionForVariable expressionResultType expressionType expressionValueWithObject expressionWithFormat extendStateRestoration extendedGamepad extendedLanguageTag extendedLayoutIncludesOpaqueBars extendedLogData extendedLogDataStringEncoding extensionContext extent externalEntityResolvingPolicy externalPlaybackActive externalPlaybackVideoGravity extraAttributes extraLineFragmentRect extraLineFragmentTextContainer extraLineFragmentUsedRect extrapolateTimeFromAnchor extrusionDepth faceAngle faceID faceIndex fadeAlphaBy fadeAlphaTo fadeDuration fadeInDuration fadeInWithDuration fadeOpacityBy fadeOpacityTo fadeOutDuration fadeOutWithDuration fadeWithColor fadeWithDuration failureResponse falloff falloffBy falloffExponent falloffTo familyName familyNames fastMathEnabled fastestEncoding fault faultingState favorite featuresInImage feedback fetchAllRecordZonesOperation fetchAllRecordZonesWithCompletionHandler fetchAllSubscriptionsOperation fetchAllSubscriptionsWithCompletionHandler fetchAssetCollectionsContainingAsset fetchAssetCollectionsWithALAssetGroupURLs fetchAssetCollectionsWithLocalIdentifiers fetchAssetCollectionsWithType fetchAssetsInAssetCollection fetchAssetsWithALAssetURLs fetchAssetsWithBurstIdentifier fetchAssetsWithLocalIdentifiers fetchAssetsWithMediaType fetchAssetsWithOptions fetchBatchSize fetchCollectionListsContainingCollection fetchCollectionListsWithLocalIdentifiers fetchCollectionListsWithType fetchCollectionsInCollectionList fetchCurrentUserRecordOperation fetchKeyAssetsInAssetCollection fetchLimit fetchMomentListsWithSubtype fetchMomentsInMomentList fetchMomentsWithOptions fetchNotificationChangesCompletionBlock fetchOffset fetchRecordChangesCompletionBlock fetchRecordWithID fetchRecordZoneWithID fetchRecordZonesCompletionBlock fetchRecordsCompletionBlock fetchRemindersMatchingPredicate fetchRequest fetchRequestFromTemplateWithName fetchRequestTemplateForName fetchRequestTemplatesByName fetchRequestWithEntityName fetchResultAfterChanges fetchResultBeforeChanges fetchSavedGamesWithCompletionHandler fetchSubscriptionCompletionBlock fetchSubscriptionWithID fetchTopLevelUserCollectionsWithOptions fetchUserRecordIDWithCompletionHandler fetchedObjects fieldBitMask fileAttributes fileAttributesAtPath fileAttributesToWriteToURL fileCreationDate fileDescriptor fileExistsAtPath fileExtensionHidden fileFormat fileGroupOwnerAccountID fileGroupOwnerAccountName fileHFSCreatorCode fileHFSTypeCode fileHandleForReading fileHandleForReadingAtPath fileHandleForReadingFromURL fileHandleForUpdatingAtPath fileHandleForUpdatingURL fileHandleForWriting fileHandleForWritingAtPath fileHandleForWritingToURL fileHandleWithNullDevice fileHandleWithStandardError fileHandleWithStandardInput fileHandleWithStandardOutput fileIsAppendOnly fileIsImmutable fileManager fileModificationDate fileNameExtensionForType fileOwnerAccountID fileOwnerAccountName filePathURL filePosixPermissions filePresenters fileReferenceURL fileSize fileSystemAttributesAtPath fileSystemFileNumber fileSystemNumber fileSystemRepresentationWithPath fileType fileURL fileURLWithFileSystemRepresentation fileURLWithPath fileURLWithPathComponents fileWrapper fileWrapperFromRange fileWrappers filename files fill fillBackgroundRectArray fillBuffer fillColor fillMode fillPath fillRule fillShader fillTexture fillWithBlendMode filter filterArrayFromSerializedXMP filterNamesInCategories filterNamesInCategory filterParameters filterPredicates filterType filterUsingPredicate filterWithName filteredArrayUsingPredicate filteredOrderedSetUsingPredicate filteredSetUsingPredicate filteringMode filters finalFrameForViewController finalLayoutAttributesForDisappearingDecorationElementOfKind finalLayoutAttributesForDisappearingItemAtIndexPath finalLayoutAttributesForDisappearingSupplementaryElementOfKind finalResult finalize finalizeAnimatedBoundsChange finalizeCollectionViewUpdates finalizeLayoutTransition findMatchForRequest findPlayersForHostedMatchRequest findPlayersForHostedRequest finishCancelledRequest finishContentEditingWithCompletionHandler finishDecoding finishEncoding finishInteractiveTransition finishLoading finishLoadingWithError finishLoadingWithResponse finishMatchmakingForMatch finishTasksAndInvalidate finishTransaction finishWithComposedVideoFrame finishWithError finishWriting finishWritingWithCompletionHandler finished finishedHandlingError finishedSelectedImage finishedUnselectedImage fire fireDate firmwareRevision firstAttribute firstDayOfTheWeek firstIndex firstItem firstLineHeadIndent firstMatchInString firstMaterial firstName firstObject firstObjectCommonWithArray firstOtherButtonIndex firstRectForRange firstUnlaidCharacterIndex firstUnlaidGlyphIndex firstWeekday fixAttributesInRange fixedCoordinateSpace fixesAttributesLazily flashActive flashAvailable flashMode flashScrollIndicators flatness flattenedClone flipHorizontalWithDuration flipVerticalWithDuration floatComponents floatForKey floatMatrix2Value floatMatrix3Value floatMatrix4Value floatValue floatVector2Value floatVector3Value floatVector4Value floor floorsAscended floorsDescended fluidOunceImperialUnit fluidOunceUSUnit flush flushAndRemoveImage flushWithCompletionHandler focalBlurRadius focalDistance focalSize focusMode focusPointOfInterest focusPointOfInterestSupported fog fogColor fogDensityExponent fogEndDistance fogStartDistance followPath font fontAttributes fontColor fontDescriptor fontDescriptorByAddingAttributes fontDescriptorWithFace fontDescriptorWithFamily fontDescriptorWithFontAttributes fontDescriptorWithMatrix fontDescriptorWithName fontDescriptorWithSize fontDescriptorWithSymbolicTraits fontName fontNamesForFamilyName fontSize fontWithDescriptor fontWithName fontWithSize footUnit footerHeight footerReferenceSize footerViewForSection forFoodEnergyUse forMainFrame forMainFrameOnly forPersonHeightUse forPersonMassUse foregroundColor formIntersectionWithCharacterSet formUnionWithCharacterSet format formatDescription formatDescriptions formatIdentifier formatVersion formatWidth formats formattedValue formatterBehavior formattingContext forwardInvocation forwardItem forwardList forwardPlaybackEndTime fractionCompleted fractionOfDistanceThroughGlyphForPoint fragment fragmentArguments fragmentFunction fragmentShader frame frameCapacity frameDuration frameForAlignmentRect frameForDictationResultPlaceholder frameInfo frameInterval frameLength frameOfPresentedViewInContainerView framePosition framebufferOnly framesDisplayed framesPerSecond frequency fresnelExponent friction frictionSlip frictionTorque friendRequestComposeViewControllerDidFinish friends fromValue frontFaceStencil fullResolutionImage fullScreenImage fullSizeImageOrientation fullSizeImageURL fullscreen function functionName functionNames functionType functionWithControlPoints functionWithName gain gameCenterDelegate gameCenterViewControllerDidFinish gamepad gapBetweenPages gathering generalPasteboard generateCGImagesAsynchronouslyForTimes generateIdentityVerificationSignatureWithCompletionHandler generateMipmapsForTexture generatesCalendarDates generatesDecimalNumbers generatesDeviceOrientationNotifications genre genrePersistentID genresQuery geoLocation geocodeAddressDictionary geocodeAddressString geocoding geodesic geometry geometryElementAtIndex geometryElementCount geometryElementWithData geometryFlipped geometryIndex geometrySourceWithData geometrySourceWithNormals geometrySourceWithTextureCoordinates geometrySourceWithVertices geometrySourcesForSemantic geometryWithSources gestureRecognizer gestureRecognizerShouldBegin gestureRecognizers getArgument getArgumentTypeAtIndex getBoundStreamsWithBufferSize getBoundingBoxMin getBoundingSphereCenter getBuffer getBytes getCFRunLoop getCString getCachedResponseForDataTask getCharacters getContinuationStreamsWithCompletionHandler getControlPointAtIndex getCookiesForTask getCoordinates getCredentialsForProtectionSpace getCropRectangleRampForTime getDefaultCredentialForProtectionSpace getDistanceFrom getEra getFileSystemRepresentation getFirstUnlaidCharacterIndex getGlyphsInRange getHour getHue getIndexes getInputStream getKeyframeTimeForIndex getKeyframeValueForIndex getLineDash getLineFragmentInsertionPointsForCharacterAtIndex getLineStart getNonlocalVersionsOfItemAtURL getObjectValue getObjects getOpacityRampForTime getParagraphStart getPromisedItemResourceValue getRed getRelationship getResourceValue getReturnValue getStreamsToHost getStreamsToHostWithName getTasksWithCompletionHandler getTransformRampForTime getUUIDBytes getValue getVolumeRampForTime getWhite gimbalLockEnabled gl glext glkView glkViewController glkViewControllerUpdate globalGain globalObject globalTuning globallyUniqueString glowWidth gltypes glyphAtIndex glyphIndexForCharacterAtIndex glyphIndexForPoint glyphRangeForBoundingRect glyphRangeForBoundingRectWithoutAdditionalLayout glyphRangeForCharacterRange glyphRangeForTextContainer goBack goForward goToBackForwardListItem gobo gramUnit gramUnitWithMetricPrefix grammarCheckingResultWithRange grammarDetails gravity gravityDirection grayColor grayWorldDeviceWhiteBalanceGains green greenColor greenRange greenSpeed gregorianStartDate group groupForURL groupIdentifier groupTableViewBackgroundColor groupedResults groupingAttributes groupingLevel groupingSeparator groupingSize groupingType groupsByEvent gssapi gssapi_apple gssapi_krb5 gssapi_oid gssapi_protos gssapi_spnego guessesForWordRange guidedAccessRestrictionIdentifiers guidedAccessRestrictionWithIdentifier gyroActive gyroAvailable gyroData gyroUpdateInterval halfExtent handleActionWithIdentifier handleBindingOfSymbol handleError handleEvent handleFailureInFunction handleFailureInMethod handleInviteFromGameCenter handleMachMessage handleMatchEnded handlePortMessage handleQueryWithUnboundKey handleTakeValue handleTurnEventForMatch handleUnbindingOfSymbol handleUserActivity hardwareRevision hasAction hasActions hasAlarms hasAmbiguousLayout hasAttendees hasBytesAvailable hasChanges hasFaceAngle hasFaultForRelationshipNamed hasFlash hasIncrementalChanges hasItemConformingToTypeIdentifier hasLearnedWord hasLeftEyePosition hasLocalContents hasMediaCharacteristic hasMediaType hasMemberInPlane hasMouthPosition hasMoves hasNewPixelBufferForItemTime hasNonContiguousLayout hasNotes hasOnlySecureContent hasPassword hasPrefix hasProperty hasProtectedContent hasRecurrenceRules hasRightEyePosition hasRollAngle hasSameAddressAs hasSmile hasSpaceAvailable hasSuffix hasText hasThousandSeparators hasThumbnail hasTorch hasTrackingFrameCount hasTrackingID hasUnsavedChanges hasYawAngle hash hashFunction hashTableWithOptions hashTableWithWeakObjects havingPredicate headIndent headerHeight headerReferenceSize headerViewForSection heading headingAccuracy headingAvailable headingFilter headingOrientation height heightSegmentCount heightTracksTextView helpAnchor hidden hide hidesAccessoryWhenEditing hidesBackButton hidesBarsOnSwipe hidesBarsOnTap hidesBarsWhenKeyboardAppears hidesBarsWhenVerticallyCompact hidesBottomBarWhenPushed hidesForSinglePage hidesNavigationBarDuringPresentation hidesWhenStopped highQualityRendering highResolutionStillImageDimensions highResolutionStillImageOutputEnabled highlighted highlightedAnimationImages highlightedImage highlightedTextColor hitTest hitTestWithSegmentFromPoint home homeDidUpdateName homeManager homeManagerDidUpdateHomes homeManagerDidUpdatePrimaryHome homes horizontalAccuracy horizontalAlignmentMode horizontalSizeClass host hostName hostTime hostTimeForSeconds hostTimeValid hostWithName hosted hour hourUnit hyphenationFactor iAd iPodMusicPlayer icon icons idGLKViewControllerDelegate> idGLKViewDelegate> identifier identifierForKey identifierForNewStoreAtURL identifierForVendor identifiersForBridgedAccessories identifiersOfEntriesWithClass identifyWithCompletionHandler identity identityData identityDataPassword identityReference idleDuration idleDurationVariation idleTimerDisabled idx ignoreSnapshotOnNextApplicationLaunch ignoreTouch ignoreWord ignoredWords ignoresSiblingOrder illegalCharacterSet image imageAsset imageByApplyingFilter imageByApplyingOrientation imageByApplyingTransform imageByClampingToExtent imageByCompositingOverImage imageByCroppingToRect imageCropRect imageEdgeInsets imageForBounds imageForSearchBarIcon imageForSegmentAtIndex imageForState imageInsets imageNamed imageOrientation imagePickerController imagePickerControllerDidCancel imageRectForContentRect imageSequenceAnimationMode imageSequenceColumnCount imageSequenceFrameRate imageSequenceFrameRateVariation imageSequenceInitialFrame imageSequenceInitialFrameVariation imageSequenceRowCount imageTransformForOrientation imageView imageWithAlignmentRectInsets imageWithBitmapData imageWithCGImage imageWithCGLayer imageWithCIImage imageWithCVImageBuffer imageWithCVPixelBuffer imageWithColor imageWithContentsOfFile imageWithContentsOfURL imageWithData imageWithIOSurface imageWithRenderingMode imageWithSize imageWithTexture imageWithTraitCollection images immutable inParentHierarchy inPort inUseByAnotherApplication inchUnit includeAllBurstAssets includeHiddenAssets includedServices includesActualByteCount includesApproximationPhrase includesCount includesPeerToPeer includesPendingChanges includesPropertyValues includesSubentities includesTimeRemainingPhrase includesUnit incompleteAchievementImage increaseLengthBy increaseSize incrementImageForState indentationLevel indentationWidth indeterminate index indexAtPosition indexGreaterThanIndex indexGreaterThanOrEqualToIndex indexInRange indexLessThanIndex indexLessThanOrEqualToIndex indexOfAccessibilityElement indexOfNowPlayingItem indexOfObject indexOfObjectAtIndexes indexOfObjectIdenticalTo indexOfObjectPassingTest indexOfObjectWithOptions indexOfResult indexPassingTest indexPath indexPathAfterUpdate indexPathBeforeUpdate indexPathByAddingIndex indexPathByRemovingLastIndex indexPathForCell indexPathForElementWithModelIdentifier indexPathForItem indexPathForItemAtPoint indexPathForObject indexPathForRow indexPathForRowAtPoint indexPathForSelectedRow indexPathWithIndex indexPathWithIndexes indexPathsForRowsInRect indexPathsForSelectedItems indexPathsForSelectedRows indexPathsForVisibleItems indexPathsForVisibleRows indexPathsToDeleteForDecorationViewOfKind indexPathsToDeleteForSupplementaryViewOfKind indexPathsToInsertForDecorationViewOfKind indexPathsToInsertForSupplementaryViewOfKind indexSet indexSetWithIndex indexSetWithIndexesInRange indexTitle indexWithOptions indexed indexedBySpotlight indexesInRange indexesOfObjectsAtIndexes indexesOfObjectsPassingTest indexesOfObjectsWithOptions indexesPassingTest indexesWithOptions indicatedBitrate indicatorStyle inferredMappingModelForSourceModel infiniteRegion influenceFactor infoDictionary init initByResolvingBookmarkData initCircularRegionWithCenter initDirectoryWithFileWrappers initFileURLWithFileSystemRepresentation initFileURLWithPath initForReading initForReadingWithData initForWriting initForWritingWithMutableData initRecurrenceWithFrequency initRegularFileWithContents initRemoteWithProtocolFamily initRemoteWithTCPPort initStandardFormatWithSampleRate initSymbolicLinkWithDestination initSymbolicLinkWithDestinationURL initToBuffer initToFileAtPath initToMemory initWithAPI initWithAVPlayer initWithAccessibilityContainer initWithAccessory initWithAccountType initWithActivityIndicatorStyle initWithActivityItems initWithActivityType initWithAdType initWithAnnotation initWithArray initWithAsset initWithAssetReaderTrackOutput initWithAssetWriterInput initWithAttributedString initWithAttributedText initWithAudioComponentDescription initWithAudioTimeStamp initWithAudioTracks initWithAuthenticationChallenge initWithBadgeValue initWithBarButtonSystemItem initWithBase64EncodedData initWithBase64EncodedString initWithBase64Encoding initWithBitmapData initWithBool initWithBrowser initWithBytes initWithBytesNoCopy initWithCGAffineTransform initWithCGColor initWithCGImage initWithCGLayer initWithCGPoint initWithCGRect initWithCIColor initWithCIImage initWithCString initWithCStringNoCopy initWithCVImageBuffer initWithCVPixelBuffer initWithCalendarIdentifier initWithCapacity initWithCategory initWithCenter initWithChar initWithCharacteristic initWithCharacters initWithCharactersNoCopy initWithCircle initWithCoder initWithCollectionViewLayout initWithColor initWithCommonFormat initWithConcurrencyType initWithCondition initWithContentEditingInput initWithContentURL initWithContentViewController initWithContentsOfFile initWithContentsOfMappedFile initWithContentsOfURL initWithControlPoints initWithController initWithCoordinate initWithCurrentLayout initWithCursor initWithCustomView initWithData initWithDateFormat initWithDayOfTheWeek initWithDecimal initWithDelegate initWithDevice initWithDictionary initWithDisplayID initWithDisplayName initWithDocumentTypes initWithDomain initWithDominantScript initWithDouble initWithEffect initWithEmailAddresses initWithEntity initWithEntityName initWithExpressionType initWithFetchRequest initWithFileAtPath initWithFileDescriptor initWithFilePresenter initWithFileURL initWithFilterPredicates initWithFireDate initWithFloat initWithFontAttributes initWithFontNamed initWithFormat initWithFormatIdentifier initWithFrame initWithHost initWithHostTime initWithHue initWithIOSurface initWithIdentifier initWithIdentifiers initWithIdentity initWithImage initWithImageNamed initWithIndex initWithIndexSet initWithIndexes initWithIndexesInRange initWithInputPort initWithInputPorts initWithInputs initWithInsertedObjects initWithInt initWithInteger initWithInvite initWithInvocation initWithItem initWithItems initWithKey initWithKeyOptions initWithKeyPath initWithKeyPointerFunctions initWithKeyframeValues initWithLatitude initWithLayer initWithLayout initWithLayoutTag initWithLeaderboardIdentifier initWithLeftExpression initWithLength initWithLocaleIdentifier initWithLong initWithLongLong initWithLowerAngleLimit initWithLowerLimit initWithMachPort initWithManagedObjectModel initWithMantissa initWithMapView initWithMarkupText initWithMatchDomains initWithMatchRequest initWithMediaSubtypesForNativeRepresentation initWithMediaType initWithMediaTypes initWithMemoryCapacity initWithMergeType initWithName initWithNavigationBarClass initWithNibName initWithNotificationCenter initWithNotificationIDsToMarkRead initWithNumberOfBands initWithOAuth2Token initWithOAuthToken initWithObject initWithObjectID initWithObjects initWithObjectsAndKeys initWithOptions initWithOrderedSet initWithOverlay initWithPCMFormat initWithParent initWithPass initWithPasses initWithPath initWithPattern initWithPatternImage initWithPaymentRequest initWithPeer initWithPersistentStoreCoordinator initWithPixelBufferAttributes initWithPlaceholderForCreatedAsset initWithPlaceholderItem initWithPlacemark initWithPlayerIDs initWithPlayerItem initWithPlayers initWithPointerFunctions initWithPolygon initWithPolyline initWithPreferredLanguages initWithPresentedViewController initWithPreviousServerChangeToken initWithProductIdentifiers initWithProgressViewStyle initWithProperties initWithProtectionSpace initWithProtocolFamily initWithProximityUUID initWithProxyHost initWithQuantityType initWithQuery initWithQueue initWithRadius initWithReceiptProperties initWithRecord initWithRecordID initWithRecordIDs initWithRecordName initWithRecordType initWithRecordZoneID initWithRecordZoneIDs initWithRecordZonesToSave initWithRecordsToSave initWithRed initWithReferenceView initWithRequest initWithResponse initWithReuseIdentifier initWithRootViewController initWithRoundingMode initWithSampleBuffer initWithSampleTime initWithSampleType initWithScheme initWithSearchBar initWithSearchResultsController initWithSelectionStyle initWithSerializedRepresentation initWithServiceType initWithSession initWithSessionID initWithSessionWithNoConnection initWithSet initWithSettings initWithShareContext initWithSharegroup initWithShort initWithSize initWithSnapshotData initWithSource initWithSourceModel initWithStream initWithStreamDescription initWithString initWithStyle initWithSubscriptionIDs initWithSubscriptionsToSave initWithSuiteName initWithTCPPort initWithTabBarSystemItem initWithTagSchemes initWithTarget initWithTask initWithTerm initWithText initWithTextAlignment initWithTextInput initWithTextMarkupAttributes initWithTexture initWithTileOverlay initWithTimeInterval initWithTimeIntervalSince1970 initWithTimeIntervalSinceNow initWithTimeIntervalSinceReferenceDate initWithTimeRange initWithTitle initWithTrack initWithTransitionStyle initWithTrust initWithType initWithTypes initWithURL initWithURLTemplate initWithUTF8String initWithUUIDBytes initWithUUIDString initWithUnsignedChar initWithUnsignedInt initWithUnsignedInteger initWithUnsignedLong initWithUnsignedLongLong initWithUnsignedShort initWithUser initWithValue initWithValues initWithVideoFileNamed initWithVideoTracks initWithVideoURL initWithViewportSize initWithVirtualMachine initWithWhite initWithX initWithZoneID initWithZoneName initialFrameForViewController initialLayoutAttributesForAppearingDecorationElementOfKind initialLayoutAttributesForAppearingItemAtIndexPath initialLayoutAttributesForAppearingSupplementaryElementOfKind initialPlaybackTime initialResultsHandler initialURL initiallyInteractive injectionTime inlandWater innerRadius input inputAccessoryView inputAccessoryViewController inputAvailable inputBias inputDataSource inputDataSources inputDelegate inputFormatForBus inputGain inputGainSettable inputGroups inputImageMaximumSize inputIsAvailable inputIsAvailableChanged inputItems inputKeys inputLatency inputMeterLevel inputMeteringEnabled inputMode inputNode inputNumberOfChannels inputOrigin inputParameters inputPorts inputProperty inputScale inputSourceID inputSources inputStream inputStreamWithData inputStreamWithFileAtPath inputStreamWithURL inputView inputViewController inputViewStyle inputs insertAssets insertAttributedString insertChild insertChildCollections insertChildNode insertDebugCaptureBoundary insertDebugSignpost insertDictationResult insertDictationResultPlaceholder insertEmptyTimeRange insertItem insertItemsAtIndexPaths insertMaterial insertNewObjectForEntityForName insertObject insertObjects insertOverlay insertPointer insertRowsAtIndexPaths insertRowsAtIndexes insertSections insertSegmentWithImage insertSegmentWithTitle insertString insertSublayer insertSubview insertText insertTextContainer insertTimeRange insertTimeRanges inserted insertedIndexes insertedObjects installTapOnBus instanceAlphaOffset instanceBlueOffset instanceColor instanceCount instanceDelay instanceGreenOffset instanceRedOffset instanceTransform instantiateInitialViewController instantiateViewControllerWithIdentifier instantiateWithOwner instructions int intValue integerForKey integerValue integrityAlgorithm intensity interactionControllerForDismissal interactionControllerForPresentation interactionControllerWithURL interactivePopGestureRecognizer interfaceOrientation interfaceProperty interfaceTypeMatch interiorPolygons interleaved internationalCurrencySymbol interpolationMode interrupted intersectHashTable intersectOrderedSet intersectSet intersectsHashTable intersectsIndexesInRange intersectsMapRect intersectsNode intersectsOrderedSet intersectsSet interstitialAd interstitialAdActionDidFinish interstitialAdActionShouldBegin interstitialAdDidLoad interstitialAdDidUnload interstitialAdWillLoad interstitialPresentationPolicy interval intervalComponents intrinsicContentSize invalidProductIdentifiers invalidate invalidateAndCancel invalidateAttributesInRange invalidateDataSourceCounts invalidateDecorationElementsOfKind invalidateDisplayForCharacterRange invalidateDisplayForGlyphRange invalidateEverything invalidateFlowLayoutAttributes invalidateFlowLayoutDelegateMetrics invalidateGlyphsForCharacterRange invalidateIntrinsicContentSize invalidateItemsAtIndexPaths invalidateLayout invalidateLayoutForCharacterRange invalidateLayoutWithContext invalidatePath invalidateSupplementaryElementsOfKind invalidateUserActivity invalidatedDecorationIndexPaths invalidatedItemIndexPaths invalidatedSupplementaryIndexPaths invalidationContextClass invalidationContextForBoundsChange invalidationContextForPreferredLayoutAttributes inverseKinematicsConstraintWithChainRootNode inverseRegion inverseRelationship invert invertedSet inviteHandler inviteMessage invitePeer inviteeResponseHandler inviter invocation invocationWithMethodSignature invoke invokeMethod invokeWithTarget is isAccessibilityElement isActive isActivityAvailable isAdvertising isAlphaToCoverageEnabled isAlphaToOneEnabled isAnalog isAnimated isAnimating isAnimationForKeyPaused isAntialiased isAtEnd isAttachedToDevice isAvailableForServiceType isBeingDismissed isBeingPresented isBlendingEnabled isBoolean isBroadcasted isCameraDeviceAvailable isCancelled isCloudItem isCompatibleWithUnit isCompilation isConfiguration isConnected isContainer isContentDiscarded isContentValid isCurrentLocation isCurrentUser isCustomizing isDate isDateInToday isDateInTomorrow isDateInWeekend isDateInYesterday isDaylightSavingTimeForDate isDeletableFileAtPath isDescendantOfView isDetached isDirectionsRequestURL isDistanceAvailable isDynamic isEnabled isEnabledForSegmentAtIndex isEqual isEqualFunction isEqualToArray isEqualToAttributedString isEqualToData isEqualToDate isEqualToDictionary isEqualToHashTable isEqualToIndexSet isEqualToNode isEqualToNumber isEqualToObject isEqualToOrderedSet isEqualToSet isEqualToString isEqualToTimeZone isEqualToValue isEqualWithTypeCoercionToObject isExclusive isExecutableFileAtPath isExposureModeSupported isFileReferenceURL isFinished isFirstResponder isFlashAvailableForCameraDevice isFlashModeSupported isFloorCountingAvailable isFocusModeSupported isForFoodEnergyUse isForPersonHeightUse isForPersonMassUse isFramebufferOnly isFriend isHealthDataAvailable isHidden isHiddenassignreadonlyNS_NONATOMIC_IOSONLY isIgnoringInteractionEvents isInstanceOf isInteractive isKindOfEntity isMainThread isMonitoringAvailableForClass isMovingFromParentViewController isMovingToParentViewController isMultiThreaded isNegative isNetworkAccessAllowed isNew isNodeInsideFrustum isNotifying isNull isNumber isObject isOneway isOperatingSystemAtLeastVersion isPartialStringValid isPassLibraryAvailable isPaused isPaymentPassActivationAvailable isPlayable isPlayableExtendedMIMEType isPosition isPreparedToPlay isPressed isPrimary isPrintingAvailable isProxy isPruned isPublicDatabase isRangingAvailable isRasterizationEnabled isReadableFileAtPath isReadyForDisplay isRegisteredForRemoteNotifications isRelativeAltitudeAvailable isReplayableassignreadonly isResting isRunning isShowingAppNames isSourceTypeAvailable isStepCountingAvailable isString isSubsetOfHashTable isSubsetOfOrderedSet isSubsetOfSet isSupersetOfSet isSupportedAttachmentUTI isTorchModeSupported isUbiquitousItemAtURL isUndefined isValidDateInCalendar isValidForAsset isValidGlyphIndex isValidJSONObject isVertical isVideoStabilizationModeSupported isViewLoaded isVoIPAllowed isWhiteBalanceModeSupported isWritableFileAtPath isoCountryCode issue issueChallengeToPlayers issueDate issueWithName issues issuingPlayer issuingPlayerID italicSystemFontOfSize item itemAtIndex itemAtURL itemChangedAtURL itemPositioning itemSections itemSetWithPasteboardTypes itemSize itemSpacing itemTimeForCVTimeStamp itemTimeForHostTime itemTimeForMachAbsoluteTime itemWidth items itemsInRect javaEnabled javaScriptActionWithScript javaScriptCanOpenWindowsAutomatically javaScriptEnabled jitteringEnabled jobName jointWithBody jointWithBodyA joints jouleUnit jouleUnitWithMetricPrefix jpegStillImageNSDataRepresentation kelvinUnit kernelWithString kernelsWithString key keyCommandWithInput keyCommands keyEnumerator keyForFileWrapper keyForIdentifier keyPath keyPathsAndRelativeValuesForViewerOffset keyPathsForValuesAffectingValueForKey keyPointerFunctions keySpace keySpaceForIdentifier keyTimes keyWindow keyboardAppearance keyboardDismissMode keyboardDisplayRequiresUserAction keyboardType keysOfEntriesPassingTest keysOfEntriesWithOptions keysSortedByValueUsingComparator keysSortedByValueUsingSelector keysSortedByValueWithOptions keyspace kilocalorieUnit kind kinematicBody knownTimeZoneNames label labelColor labelFontSize labelNodeWithFontNamed labelNodeWithText landscapeImagePhone landscapeImagePhoneInsets language languageCode languageMap languagesForScript lastFireDate lastIndex lastModifiedDate lastModifiedUserRecordID lastName lastObject lastPathComponent lastPlayedDate lastRenderTime lastReportedDate lastTurnDate laterDate latitude layer layerClass layerInstructions layerWithSession layerWithSessionWithNoConnection layoutAttributesClass layoutAttributesForCellAtIndexPath layoutAttributesForCellWithIndexPath layoutAttributesForDecorationViewOfKind layoutAttributesForElementsInRect layoutAttributesForItemAtIndexPath layoutAttributesForSupplementaryElementOfKind layoutAttributesForSupplementaryViewOfKind layoutIfNeeded layoutManager layoutManagerDidInvalidateLayout layoutManagers layoutMargins layoutMarginsDidChange layoutOrientation layoutSublayers layoutSublayersOfLayer layoutSubviews layoutTag layoutWithLayout layoutWithLayoutTag layouts leaderboardCategory leaderboardDelegate leaderboardIdentifier leaderboardTimeScope leaderboardViewControllerDidFinish leading leapMonth learnWord left leftBarButtonItem leftBarButtonItems leftCalloutAccessoryView leftCalloutOffset leftCapWidth leftExpression leftEyeClosed leftEyePosition leftItemsSupplementBackButton leftShoulder leftThumbstick leftTrigger leftView leftViewMode leftViewRectForBounds legibleOutput length lengthFormatterUnitFromUnit lengthOfBytesUsingEncoding lengthSegmentCount lenient lensAperture lensPosition letterCharacterSet level levelOfDetailWithGeometry levelsOfDetail levelsOfDetailBias levelsOfUndo libAVFAudio libAudioDSP libBLAS libCGCorePDF libCGFreetype libCGInterfaces libCGVolute libCGXType libCLRendererStubs libCMSBuiltin libCMaps libCVMSPluginSupport libCoreFSCache libCoreVMClient libFontStreams libGFXShared libGLImage libGLProgrammability libGLVMPlugin libJBIG2 libLAPACK libLLVMContainer libLinearAlgebra libPDFRIP libRIP libvDSP libvMisc lifetime lifetimeMinutes lifetimeRange light light0 light0light1light2 lightColor lightGrayColor lightModelAmbientColor lightModelTwoSided lightTextColor lightingBitMask lightingEnabled lightingModelName lightingType likeCommand limit limitDateForMode limits lineBreakMode lineCap lineCapStyle lineDashPattern lineDashPhase lineDirectionForLanguage lineFragmentPadding lineFragmentRectForGlyphAtIndex lineFragmentRectForProposedRect lineFragmentUsedRectForGlyphAtIndex lineHeight lineHeightMultiple lineJoin lineJoinStyle lineLength lineNumber lineRangeForRange lineSpacing lineWidth linearDamping linearGravityField linearGravityFieldWithVector linearVelocityForItem linear_systems linguisticTagsInRange linkCheckingResultWithRange linkItemAtPath linkItemAtURL linkPath linkTextAttributes linkedDevices listenerAngularOrientation listenerPosition listenerVectorOrientation litPerPixel literUnit literUnitWithMetricPrefix load loadAchievementDescriptionsWithCompletionHandler loadAchievementsWithCompletionHandler loadAction loadAndReturnError loadAudioFilesAtURLs loadAudioUnitPresetAtURL loadCategoriesWithCompletionHandler loadData loadDataWithCompletionHandler loadDefaultLeaderboardCategoryIDWithCompletionHandler loadDefaultLeaderboardIdentifierWithCompletionHandler loadFactoryPreset loadFactoryReverbPreset loadFriendPlayersWithCompletionHandler loadFriendsWithCompletionHandler loadFromContents loadFromPreferencesWithCompletionHandler loadHTMLString loadImageWithCompletionHandler loadInstrumentAtURL loadItemForTypeIdentifier loadLeaderboardSetsWithCompletionHandler loadLeaderboardsWithCompletionHandler loadMatchDataWithCompletionHandler loadMatchWithID loadMatchesWithCompletionHandler loadMetadata loadNibNamed loadPhotoForSize loadPlayersForIdentifiers loadPreviewImageWithOptions loadPreviewView loadProductWithParameters loadReceivedChallengesWithCompletionHandler loadRequest loadResourceDataNotifyingClient loadScoresWithCompletionHandler loadSoundBankInstrumentAtURL loadState loadTileAtPath loadValuesAsynchronouslyForKeys loadView loaded loadedTimeRanges loading local localCoordinates localIdentifier localName localNormal localPlayer localPlayerDidCompleteChallenge localPlayerDidReceiveChallenge localPlayerDidSelectChallenge localPlayerScore localTimeZone locale localeIdentifier localeIdentifierFromComponents localeIdentifierFromWindowsLocaleCode localeWithLocaleIdentifier locality localizationDictionary localizations localizedAdditionalDescription localizedCaseInsensitiveCompare localizedCaseInsensitiveContainsString localizedCompare localizedDescription localizedDescriptionForFilterName localizedFailureReason localizedFallbackTitle localizedInfoDictionary localizedLocationNames localizedModel localizedName localizedNameForCategory localizedNameForFilterName localizedNameOfSavingComputer localizedNameOfStringEncoding localizedRecoveryOptions localizedRecoverySuggestion localizedReferenceDocumentationForFilterName localizedScannerWithString localizedShortTitle localizedStandardCompare localizedStringForKey localizedStringForStatusCode localizedStringFromDate localizedStringFromDateComponents localizedStringFromNumber localizedStringWithFormat localizedTitle localizedValueForFieldKey localizesFormat location locationForGlyphAtIndex locationInNode locationInView locationManager locationManagerDidPauseLocationUpdates locationManagerDidResumeLocationUpdates locationManagerShouldDisplayHeadingCalibration locationOfTouch locationServicesEnabled locationWithTitle locations lock lockBeforeDate lockForConfiguration lockWhenCondition lockedObjects locksAmbientWithDiffuse lodMaxClamp lodMinClamp long longCharacterIsMember longEraSymbols longLongForKey longValue longitude lookAtConstraintWithTarget lookupAdConversionDetails loops lossyCString lowLightBoostEnabled lowLightBoostSupported lowPassCutoff lowerAngleLimit lowerDistanceLimit lowerLimit lowercaseLetterCharacterSet lowercaseString lowercaseStringWithLocale lyrics m4v macAddress machPort magFilter magentaColor magneticField magneticHeading magnetometerActive magnetometerAvailable magnetometerData magnetometerUpdateInterval magnification magnificationFilter magnitude mailComposeController mailComposeDelegate main mainBundle mainDocumentURL mainFrame mainMixerNode mainQueue mainRunLoop mainScreen mainThread major majorRadius majorRadiusTolerance makeAndModel makeKeyAndVisible makeKeyWindow makeObjectsPerformSelector makeSampleCursorAtFirstSampleInDecodeOrder makeSampleCursorAtLastSampleInDecodeOrder makeSampleCursorWithPresentationTimeStamp makeTextWritingDirectionLeftToRight makeTextWritingDirectionRightToLeft managedObjectClassName managedObjectContext managedObjectContextDidRegisterObjectsWithIDs managedObjectContextDidUnregisterObjectsWithIDs managedObjectIDForURIRepresentation managedObjectModel managedValueWithValue manager manualExposureSettingsWithExposureDuration manufacturer manufacturerDescription manufacturerName mapItemForCurrentLocation mapItems mapPointForPoint mapRect mapRectForRect mapRectThatFits mapTableWithKeyOptions mapTableWithStrongToStrongObjects mapTableWithStrongToWeakObjects mapTableWithWeakToStrongObjects mapTableWithWeakToWeakObjects mapType mapView mapViewDidFailLoadingMap mapViewDidFinishLoadingMap mapViewDidFinishRenderingMap mapViewDidStopLocatingUser mapViewWillStartLoadingMap mapViewWillStartLocatingUser mapViewWillStartRenderingMap mappingChannel mappingModel mappingModelFromBundles mappingType markAsFinished markConfigurationAsFinal markCurrentPassAsFinished markNotificationsReadCompletionBlock markedTextRange markedTextStyle marksOutputTrackAsEnabled markupText mask maskNode maskView masksToBounds mass massFormatterUnitFromUnit masterGain match matchData matchDataMaximumSize matchDomains matchForInvite matchID matchOutcome matchRequest matchesContentsOfURL matchesInString matchingFontDescriptorsWithMandatoryKeys matchmakerDelegate matchmakerViewController matchmakerViewControllerWasCancelled material materialPropertyWithContents materialWithName materials matrix maxAllowedRotationAngleForJoint maxAnisotropy maxBiometryFailures maxBracketedCaptureStillImageCount maxConcurrentOperationCount maxCount maxDuration maxExposureDuration maxExposureTargetBias maxFrameDuration maxFrameRate maxISO maxLength maxNumberOfRecipients maxPlayers maxPlayersAllowedForMatchOfType maxRange maxRecordedDuration maxRecordedFileSize maxTotalThreadsPerThreadgroup maxWhiteBalanceGain maximum maximumAngularLimit maximumContentHeight maximumContentWidth maximumDate maximumDecimalNumber maximumDistance maximumFractionDigits maximumInputNumberOfChannels maximumIntegerDigits maximumLengthOfBytesUsingEncoding maximumLineHeight maximumLinearLimit maximumNumberOfLines maximumNumberOfPeers maximumNumberOfTouches maximumOutputNumberOfChannels maximumPoints maximumPrimaryColumnWidth maximumQuantity maximumQuantityForSource maximumRangeOfUnit maximumRating maximumRegionMonitoringDistance maximumRelativeValue maximumSignificantDigits maximumSize maximumSuspensionForce maximumSuspensionTravel maximumTrackImageForState maximumTrackTintColor maximumUnitCount maximumUpdateValueLength maximumValue maximumValueImage maximumValueImageRectForBounds maximumVolumeSliderImageForState maximumZ maximumZoomScale mediaPicker mediaPickerDidCancel mediaPlaybackAllowsAirPlay mediaPlaybackRequiresUserAction mediaRequestsWWAN mediaSelectionCriteriaForMediaCharacteristic mediaSelectionGroupForMediaCharacteristic mediaSelectionOptionWithPropertyList mediaSelectionOptionsFromArray mediaSubTypes mediaSubtypes mediaTimeScale mediaType mediaTypes member memberByName members memoryCapacity menuBarVisibility menuFrame menuItems menuVisible merchantCapabilities merchantIdentifier mergeChangesFromContextDidSaveNotification mergePolicy mergeType mergedModelFromBundles message messageComposeDelegate messageComposeViewController messageString metadata metadataForFormat metadataForPersistentStore metadataForPersistentStoreOfType metadataForPersistentStoreWithURL metadataItem metadataItemFilter metadataItemFilterForSharing metadataItemsFromArray metadataObjectTypes metadataObjectsCallbackQueue metadataObjectsDelegate metadataOutput metadataOutputRectOfInterestForRect metadataQuery meterUnit meterUnitWithMetricPrefix meteringEnabled methodReturnLength methodSignature methodSignatureForSelector microphoneMuted migratePersistentStore migrateStoreFromURL migrationManagerClass migrationProgress mileUnit millimeterOfMercuryUnit minCount minExposureDuration minExposureTargetBias minFilter minFrameDuration minFrameRate minFreeDiskSpaceLimit minISO minPlayers minificationFilter minificationFilterBias minificationFiltermagnificationFilter minimum minimumAngularLimit minimumDate minimumDaysInFirstWeek minimumDecimalNumber minimumDistance minimumFontSize minimumFractionDigits minimumIntegerDigits minimumInteritemSpacing minimumLineHeight minimumLineSpacing minimumLinearLimit minimumNumberOfPeers minimumNumberOfTouches minimumPressDuration minimumPrimaryColumnWidth minimumQuantity minimumQuantityForSource minimumRadius minimumRangeOfUnit minimumRating minimumRelativeValue minimumScaleFactor minimumSignificantDigits minimumTrackImageForState minimumTrackTintColor minimumTrackingAdjustment minimumValue minimumValueImage minimumValueImageRectForBounds minimumVolumeSliderImageForState minimumZ minimumZoomScale minor minusHashTable minusOrderedSet minusSet minusSign minute minuteInterval minuteUnit mipFilter mipmapLevelCount mirrored mirroredScreen mirroringSupported miterLimit mobileCountryCode mobileNetworkCode modalInPopover modalPresentationCapturesStatusBarAppearance modalPresentationStyle modalTransitionStyle modalViewController mode model modelByMergingModels modelConfiguration modelID modelIdentifierForElementAtIndexPath modelLayer modelNumber modelTransform modelviewMatrix modelviewMatrixprojectionMatrix modificationDate modifierFlags modifyBadgeCompletionBlock modifyPixelDataWithBlock modifyRecordZonesCompletionBlock modifyRecordsCompletionBlock modifySubscriptionsCompletionBlock module moleUnitWithMetricPrefix moleUnitWithMolarMass momentary monitoredRegions month monthSymbols monthsOfTheYear moreComing moreNavigationController morpher motion motionBegan motionCancelled motionEffects motionEnded motorMaximumForce motorMaximumTorque motorTargetAngularVelocity motorTargetLinearVelocity mountedVolumeURLsIncludingResourceValuesForKeys mouthPosition mov moveAssetsAtIndexes moveBy moveByX moveChildCollectionsAtIndexes moveInWithDirection moveItemAtIndexPath moveItemAtPath moveItemAtURL moveObjectsAtIndexes movePath moveRowAtIndexPath moveSection moveTo moveToPoint moveToX moveToY movieFragmentInterval movieMediaTypes moviePlayer movieSourceType movieTimeScale mp3 mp4 multiThreaded multipleSelectionBackgroundView multipleTouchEnabled multiplier multiply multiplyByInverseOfAttitude multitaskingSupported musicSequence mutableArrayValueForKey mutableArrayValueForKeyPath mutableAudioBufferList mutableBytes mutableCopyWithZone mutableOrderedSetValueForKey mutableOrderedSetValueForKeyPath mutableSetValueForKey mutableSetValueForKeyPath mutableString mutableTextureWithSize mutableTrackCompatibleWithTrack muted myPeerID name nameForInputBus nameForOutputBus nanosecond nativeBounds nativeScale naturalLanguageQuery naturalSize naturalTimeScale navigationBar navigationBarHidden navigationController navigationControllerPreferredInterfaceOrientationForPresentation navigationControllerSupportedInterfaceOrientations navigationDelegate navigationItem navigationOrientation navigationType nearbyConnectionDataForPeer needsDisplay needsDisplayForKey needsDisplayOnBoundsChange needsLayout needsSave needsToBeUpdatedFromPath needsUpdateConstraints negative negativeFormat negativeInfinitySymbol negativePrefix negativeSuffix netService netServiceBrowser netServiceBrowserDidStopSearch netServiceBrowserWillSearch netServiceDidPublish netServiceDidResolveAddress netServiceDidStop netServiceDomain netServiceName netServiceWillPublish netServiceWillResolve networkAccessAllowed networkActivityIndicatorVisible networkName networkPort networkServiceType newBufferWithBytes newBufferWithBytesNoCopy newBufferWithLength newCacheNodeForManagedObject newCommandQueue newCommandQueueWithMaxCommandBufferCount newComputePipelineStateWithFunction newDefaultLibrary newDepthStencilStateWithDescriptor newDrawable newFunctionWithName newLibraryWithData newLibraryWithFile newLibraryWithSource newObjectIDForEntity newPersonViewController newPersonViewDelegate newPixelBuffer newReferenceObjectForManagedObject newRenderPipelineStateWithDescriptor newSamplerStateWithDescriptor newTextureViewWithPixelFormat newTextureWithDescriptor newValueForRelationship newValuesForObjectWithID newVersionNumber newlineCharacterSet newsstandAssetDownload nextAvailableInputBus nextDateAfterDate nextDaylightSavingTimeTransition nextDaylightSavingTimeTransitionAfterDate nextDrawable nextFrameTime nextLayout nextObject nextResponder nextRoadName nextTimedMetadataGroup nextTrackCommand nextWeekendStartDate nibBundle nibName nibWithData nibWithNibName nilSymbol node nodeA nodeAtPoint nodeB nodeTimeForPlayerTime nodeWithFileNamed nodeWithGeometry nodeWithViewportSize nodesAtPoint noiseFieldWithSmoothness nominalFrameRate nonBaseCharacterSet nonretainedObjectValue normal normalMatrix normalTexture normalizedCoordinates normalizedCropRect norms notANumber notANumberSymbol notPredicateWithSubpredicate notShownAttributeForGlyphAtIndex notes notice notificationBatchingInterval notificationCenterVibrancyEffect notificationChangedBlock notificationEnabled notificationFromRemoteNotificationDictionary notificationID notificationIDs notificationInfo notificationType notificationWithName notifyEntryStateOnDisplay notifyOnEntry notifyOnExit notifyWhenInteractionEndsUsingBlock nowPlayingInfo nowPlayingItem null numParticlesToEmit numberFormatter numberFromString numberOfArguments numberOfAssets numberOfButtons numberOfBytesTransferred numberOfCaptureGroups numberOfChannels numberOfChildItemsAtIndexPath numberOfComponents numberOfComponentsInPickerView numberOfDroppedVideoFrames numberOfGlyphs numberOfInputs numberOfItems numberOfItemsInSection numberOfLines numberOfLoops numberOfMatchesInString numberOfMediaRequests numberOfObjects numberOfOutputs numberOfPages numberOfPreviewItemsInPreviewController numberOfRanges numberOfRows numberOfRowsInComponent numberOfRowsInSection numberOfSections numberOfSectionsInCollectionView numberOfSectionsInTableView numberOfSegments numberOfSegmentsDownloaded numberOfServerAddressChanges numberOfStalls numberOfSteps numberOfTapsRequired numberOfTouches numberOfTouchesRequired numberStyle numberValue numberWithBool numberWithChar numberWithDouble numberWithFloat numberWithInt numberWithInteger numberWithLong numberWithLongLong numberWithShort numberWithUnsignedChar numberWithUnsignedInt numberWithUnsignedInteger numberWithUnsignedLong numberWithUnsignedLongLong numberWithUnsignedShort oalMacOSX_OALExtensions oalStaticBufferExtension oauthToken object objectAfterChanges objectAtIndex objectAtIndexPath objectAtIndexedSubscript objectBeforeChanges objectEnumerator objectForInfoDictionaryKey objectForKey objectForKeyedSubscript objectID objectIDForEntity objectIsForcedForKey objectRegisteredForID objectRestorationClass objectSnapshot objectWasDeleted objectWithID objectWithRestorationIdentifierPath objectZone objects objectsAtIndexes objectsForKeys objectsForType objectsPassingTest objectsWithOptions observationInfo observeValueForKeyPath observedBitrate observedBitrateStandardDeviation observedMaxBitrate observedMinBitrate obstruction obtainPermanentIDsForObjects occlusion occurrenceCount ocean offImage offset offsetFromPosition old oldVersionNumber on onDemandEnabled onDemandRules onImage onResp onTintColor one opacity opaque open openInMapsWithLaunchOptions openMapsWithItems openParentApplication openPaymentSetup openURL openWithCompletionHandler operand operatingSystem operatingSystemName operatingSystemVersion operatingSystemVersionString operationCount operationError operationQueue operations optional options orPredicateWithSubpredicates orangeColor ordered orderedSet orderedSetWithArray orderedSetWithCapacity orderedSetWithObject orderedSetWithObjects orderedSetWithOrderedSet orderedSetWithSet ordinalityOfUnit organizationName organizer orientToNode orientToPoint orientation orientationMode orientationSupported originalAsset originalContentView originalRequest originalTransaction originalURL orthographicScale orthography orthographyAtIndex orthographyCheckingResultWithRange orthographyWithDominantScript otherAudioPlaying otherVersionsOfItemAtURL ounceUnit outerRadius output outputDataSource outputDataSources outputDeviceUniqueID outputFileType outputFileURL outputFormat outputFormatForBus outputImage outputImageMaximumSize outputKeys outputLatency outputMediaDataWillChange outputMeterLevel outputMeteringEnabled outputNode outputNumberOfChannels outputObscuredDueToInsufficientExternalProtection outputSequenceWasFlushed outputSettings outputSettingsAssistantWithPreset outputSettingsForConnection outputStream outputStreamToBuffer outputStreamToFileAtPath outputStreamToMemory outputStreamWithURL outputType outputURL outputVolume outputs overlap overlay overlaySKScene overlays overlaysInLevel overrideOutputAudioPort overrideTraitCollection overrideTraitCollectionForChildViewController overscanCompensation ownerName owningPortUID paddingCharacter paddingPosition pageCount pageIndicatorTintColor pageLength pageViewController pageViewControllerPreferredInterfaceOrientationForPresentation pageViewControllerSupportedInterfaceOrientations paginationBreakingMode paginationMode pagingEnabled pan panGestureRecognizer paperRect paperSize paragraphRangeForRange paragraphSpacing paragraphSpacingBefore parallelRenderCommandEncoderWithDescriptor parameterString parameters parent parentContext parentGroup parentNode parentViewController parse parser parserDidEndDocument parserDidStartDocument parserError partialStringValidationEnabled participantID participantQuitInTurnWithOutcome participantQuitOutOfTurnWithOutcome participantRole participantStatus participantType participants particleAction particleAlpha particleAlphaRange particleAlphaSequence particleAlphaSpeed particleAngle particleAngleVariation particleAngularVelocity particleAngularVelocityVariation particleBirthRate particleBlendMode particleBounce particleBounceVariation particleCharge particleChargeVariation particleColor particleColorAlphaRange particleColorAlphaSpeed particleColorBlendFactor particleColorBlendFactorRange particleColorBlendFactorSequence particleColorBlendFactorSpeed particleColorBlueRange particleColorBlueSpeed particleColorGreenRange particleColorGreenSpeed particleColorRedRange particleColorRedSpeed particleColorSequence particleColorVariation particleDiesOnCollision particleFriction particleFrictionVariation particleImage particleLifeSpan particleLifeSpanVariation particleLifetime particleLifetimeRange particleMass particleMassVariation particlePosition particlePositionRange particleRotation particleRotationRange particleRotationSpeed particleScale particleScaleRange particleScaleSequence particleScaleSpeed particleSize particleSizeVariation particleSpeed particleSpeedRange particleSystem particleSystemNamed particleSystems particleTexture particleVelocity particleVelocityVariation particleZPosition particleZPositionRange particleZPositionSpeed pascalUnit pascalUnitWithMetricPrefix passType passTypeIdentifier passURL passWithPassTypeIdentifier passes passesOfType passthroughTrackID passthroughViews password passwordReference paste pasteboardTypes pasteboardTypesForItemSet pasteboardWithName pasteboardWithUniqueName path pathComponents pathContentOfSymbolicLinkAtPath pathExtension pathForAuxiliaryExecutable pathForResource pathWithComponents pathsForResourcesOfType pathsMatchingExtensions pattern pausable pause pauseAnimationForKey pauseButtonColor pauseCommand pauseDownloads pauseOnWillResignActive pauseRecording pauseSpeakingAtBoundary paused pausesIncomingScene pausesLocationUpdatesAutomatically pausesOutgoingScene pausingHandler payment paymentAuthorizationViewController paymentAuthorizationViewControllerDidFinish paymentAuthorizationViewControllerWillAuthorizePayment paymentData paymentInstrumentName paymentNetwork paymentPass paymentQueue paymentQueueRestoreCompletedTransactionsFinished paymentSummaryItems paymentWithProduct paymentWithProductIdentifier peakHoldLevel peakPowerForChannel peerID peerPickerController peerPickerControllerDidCancel peersWithConnectionState penetrationDistance peoplePickerDelegate peoplePickerNavigationController peoplePickerNavigationControllerDidCancel perMillSymbol perPageContentInsets perRecordCompletionBlock perRecordProgressBlock percentComplete percentEncodedFragment percentEncodedHost percentEncodedPassword percentEncodedPath percentEncodedQuery percentEncodedUser percentSymbol percentUnit perform performActivity performActivityWithOptions performAsynchronousFileAccessUsingBlock performBatchUpdates performBlock performBlockAndWait performChanges performChangesAndWait performCustomValidationForEntityMapping performDefaultHandlingForAuthenticationChallenge performExpiringActivityWithReason performFetch performQuery performRequestWithHandler performSegueWithIdentifier performSelector performSelectorInBackground performSelectorOnMainThread performSystemAnimation performWithoutAnimation performsMultiPassEncodingIfSupported peripheral peripheralDataWithMeasuredPower peripheralDidInvalidateServices peripheralDidUpdateName peripheralDidUpdateRSSI peripheralManager peripheralManagerDidStartAdvertising peripheralManagerDidUpdateState peripheralManagerIsReadyToUpdateSubscribers permissions permittedArrowDirections persistedSnapshot persistence persistent persistentDomainForName persistentDomainNames persistentID persistentIDPropertyForGroupingType persistentIdentifier persistentIdentifierForItemAtURL persistentStore persistentStoreCoordinator persistentStoreForURL persistentStoreName persistentStoreOptions persistentStoreTypeForFileType persistentStores personViewController personViewDelegate phase phoneNumber phoneNumberCheckingResultWithRange photoLibraryDidChange physicsBody physicsField physicsShape physicsWorld pickerView pinColor pinchGestureRecognizer pinned pintImperialUnit pintUSUnit pipe pipeRadius pipeSegmentCount pitch pitchEnabled pitchMultiplier pivot pixelAspectRatio pixelBufferPool pixelFormat pixelHeight pixelWidth placeholder placeholderCompletedAchievementImage placeholderForCreatedAsset placeholderForCreatedAssetCollection placeholderForCreatedCollectionList placeholderItem placeholderRectForBounds placeholderURLForURL placemark planeWithWidth play playAtTime playButtonColor playCommand playCount playInputClick playPrerollAdWithCompletionHandler playSoundFileNamed playable playableContentManager playableDuration playableMediaSelectionOptionsFromArray playbackBufferEmpty playbackBufferFull playbackDuration playbackLikelyToKeepUp playbackProgress playbackRate playbackSessionID playbackStartDate playbackStartOffset playbackState playbackType player playerAttributes playerGroup playerID playerIDs playerIndex playerItem playerItemWithAsset playerItemWithURL playerLayerWithPlayer playerScope playerStateUpdateHandler playerTimeForNodeTime playerVoiceChatStateDidChangeHandler playerWithPlayerItem playerWithURL players playersToInvite playing playlistAttributes playlistsQuery plugInsEnabled plusSign podcastPersistentID podcastTitle podcastsQuery pointCount pointForCaptureDevicePointOfInterest pointForCoordinate pointForMapPoint pointInside pointOfView pointSize pointerArrayWithOptions pointerArrayWithPointerFunctions pointerAtIndex pointerFunctions pointerFunctionsWithOptions pointerValue pointers points polygon polygonWithCoordinates polygonWithPoints polyline polylineWithCoordinates polylineWithPoints popConfigurationViewController popController popDebugGroup popNavigationItemAnimated popToRootController popToRootViewControllerAnimated popToViewController popViewControllerAnimated popoverArrowDirection popoverBackgroundViewClass popoverContentSize popoverController popoverControllerDidDismissPopover popoverControllerShouldDismissPopover popoverLayoutMargins popoverPresentationController popoverPresentationControllerDidDismissPopover popoverPresentationControllerShouldDismissPopover popoverVisible port portList portName portType portWithMachPort ports poseAsClass position positionAdjustmentForSearchBarIcon positionForBar positionFromPosition positionWithinRange positionX positionY positiveFormat positiveInfinitySymbol positivePrefix positiveSuffix possibleTagsAtIndex possibleTitles postNotification postNotificationName postUtteranceDelay postalCode posterImage postscriptName poundUnit preGain preUtteranceDelay precomposedStringWithCanonicalMapping precomposedStringWithCompatibilityMapping predicate predicateForCategorySamplesWithOperatorType predicateForCompletedRemindersWithCompletionDateStarting predicateForEnablingPerson predicateForEventsWithStartDate predicateForIncompleteRemindersWithDueDateStarting predicateForObjectWithUUID predicateForObjectsFromSource predicateForObjectsFromSources predicateForObjectsFromWorkout predicateForObjectsWithMetadataKey predicateForObjectsWithNoCorrelation predicateForObjectsWithUUIDs predicateForQuantitySamplesWithOperatorType predicateForRemindersInCalendars predicateForSamplesWithStartDate predicateForSelectionOfPerson predicateForSelectionOfProperty predicateForWorkoutsWithOperatorType predicateForWorkoutsWithWorkoutActivityType predicateFormat predicateFromMetadataQueryString predicateOperatorType predicateWithBlock predicateWithFormat predicateWithLeftExpression predicateWithSubstitutionVariables predicateWithValue preferences preferredContentSize preferredContentSizeCategory preferredContentSizeDidChangeForChildContentContainer preferredDataSource preferredDisplayMode preferredFilename preferredFontDescriptorWithTextStyle preferredFontForTextStyle preferredFrameSize preferredFramesPerSecond preferredHardwareSampleRate preferredIOBufferDuration preferredInput preferredInputNumberOfChannels preferredInterfaceOrientationForPresentation preferredIntervals preferredLanguages preferredLayoutAttributesFittingAttributes preferredLocalizations preferredLocalizationsFromArray preferredMaxLayoutWidth preferredMediaCharacteristics preferredMediaChunkAlignment preferredMediaChunkDuration preferredMode preferredOutputNumberOfChannels preferredPeakBitRate preferredPolarPattern preferredPrimaryColumnWidthFraction preferredRate preferredSampleRate preferredStatusBarStyle preferredStatusBarUpdateAnimation preferredStyle preferredTransform preferredUnitsForQuantityTypes preferredVideoStabilizationMode preferredVolume prefersStatusBarHidden preflightAndReturnError preloadTextureAtlases preloadTextures preloadWithCompletionHandler prepare prepareForAnimatedBoundsChange prepareForCollectionViewUpdates prepareForDeletion prepareForDrawingPages prepareForInterfaceBuilder prepareForPopoverPresentation prepareForPresentationInMode prepareForReadingItemsAtURLs prepareForReuse prepareForSegue prepareForTransitionFromLayout prepareForTransitionToLayout prepareInterstitialAds prepareLayout prepareObject prepareObjects preparePrerollAds prepareToCaptureStillImageBracketFromConnection prepareToDraw prepareToPlay prepareToRecord prepareWithActivityItems prepareWithFrameCount prepareWithInvocationTarget preparedURLRequest preprocessorMacros prerollAtRate present presentAnimated presentAtTime presentControllerWithName presentControllerWithNames presentDrawable presentFromBarButtonItem presentFromRect presentFromViewController presentInView presentLocalNotificationNow presentModalViewController presentMoviePlayerViewControllerAnimated presentOpenInMenuFromBarButtonItem presentOpenInMenuFromRect presentOptionsMenuFromBarButtonItem presentOptionsMenuFromRect presentPopoverFromBarButtonItem presentPopoverFromRect presentPreviewAnimated presentRenderbuffer presentScene presentSearchController presentTextInputControllerWithSuggestions presentViewController presentationAnimationDidFinish presentationController presentationControllerForPresentedViewController presentationCountForPageViewController presentationIndexForPageViewController presentationLatency presentationLayer presentationNode presentationSize presentationStyle presentationTransitionDidEnd presentationTransitionWillBegin presentedItemDidChange presentedItemDidGainVersion presentedItemDidLoseVersion presentedItemDidMoveToURL presentedItemDidResolveConflictVersion presentedItemOperationQueue presentedItemURL presentedSubitemAtURL presentedSubitemDidAppearAtURL presentedSubitemDidChangeAtURL presentedView presentedViewController presentingFullScreenAd presentingViewController presentsWithGesture presentsWithTransaction preservesDepth preservesSuperviewLayoutMargins presetName pressed pressedChangedHandler pressure prevents previewController previewControllerDidDismiss previewControllerWillDismiss previewImageHandler previewItemTitle previewItemURL previousFailureCount previousLocationInNode previousLocationInView previousServerChangeToken previousTrackCommand price priceLocale primary primaryAccountIdentifier primaryAccountNumberSuffix primaryColumnWidth primaryHome primaryLanguage primaryPresentedItemURL primaryViewControllerForCollapsingSplitViewController primaryViewControllerForExpandingSplitViewController primitiveCount primitiveType primitiveValueForKey principalClass printFormatter printFormatters printFormattersForPageAtIndex printInfo printInfoWithDictionary printInteractionController printInteractionControllerDidDismissPrinterOptions printInteractionControllerDidFinishJob printInteractionControllerDidPresentPrinterOptions printInteractionControllerParentViewController printInteractionControllerWillDismissPrinterOptions printInteractionControllerWillPresentPrinterOptions printInteractionControllerWillStartJob printPageRenderer printPaper printRect printToPrinter printableRect printableUTIs printer printerID printerPickerController printerPickerControllerDidDismiss printerPickerControllerDidPresent printerPickerControllerDidSelectPrinter printerPickerControllerParentViewController printerPickerControllerWillDismiss printerPickerControllerWillPresent printerPickerControllerWithInitiallySelectedPrinter printerWithURL printingItem printingItems priority privateCloudDatabase privateFrameworksPath privateFrameworksURL probeURL processEditing processEditingForTextStorage processIdentifier processInfo processName processPendingChanges processPool processingFormat processorCount productIdentifier productViewControllerDidFinish products productsRequest program programIsOpaque progress progressHandler progressImage progressTintColor progressViewStyle progressWithTotalUnitCount project projectPoint projectionTransform promisedItemResourceValuesForKeys prompt propagatesDeletesAtEndOfEvent properties propertiesByName propertiesToFetch propertiesToGroupBy propertiesToUpdate property propertyCache propertyControllers propertyForGlyphAtIndex propertyForKey propertyList propertyListForTextStyleRules propertyListFromData propertyListFromStringsFileFormat propertyListWithData propertyListWithStream proposedCredential protectedDataAvailable protectionSpace protocol protocolClasses protocolFamily protocolSpecificInformation protocolString protocolStrings providePlaceholderAtURL providerIdentifier providesPreciseDurationAndTiming providesPresentationContextTransitionStyle province proximity proximityMonitoringEnabled proximitySensingEnabled proximityState proximityUUID proxyType publicCloudDatabase publicID publish publishWithOptions punctuationCharacterSet purpleColor purpose purposeIdentifier pushConfigurationViewController pushControllerWithName pushDebugGroup pushDirection pushNavigationItem pushRegistry pushTokenForType pushViewController pushWithDirection pyramidWithWidth qualityOfService quantity quantitySampleWithType quantityType quantityTypeForIdentifier quantityWithUnit quarter quarterSymbols quaternion query queryActivityStartingFromDate queryActivityWithCompletionHandler queryCompletionBlock queryItemWithName queryItems queryNotificationReason queryPedometerDataFromDate queryPlayerGroupActivity queryStepCountStartingFrom querying queuePlayerWithItems queuePriority quoteCheckingResultWithRange rAddressMode radialGravityField radialSegmentCount radius raise rampToVideoZoomFactor rampingVideoZoom range rangeAtIndex rangeEnclosingPosition rangeOfCharacterFromSet rangeOfComposedCharacterSequenceAtIndex rangeOfComposedCharacterSequencesForRange rangeOfData rangeOfFirstMatchInString rangeOfMisspelledWordInString rangeOfNominallySpacedGlyphsContainingIndex rangeOfString rangeOfUnit rangeOfWeekendStartDate rangeValue rangeWithConstantValue rangeWithLowerLimit rangeWithNoLimits rangeWithUpperLimit rangeWithValue rangedRegions rank rasterizationEnabled rasterizationScale rate rating ratingCommand rayTestWithSegmentFromPoint reachConstraints reachTo reachToNode reachable reactionForce reactionTorque read readAdditionalContentFromURL readDataOfLength readDataToEndOfFile readFromData readFromFileURL readFromURL readInBackgroundAndNotify readInBackgroundAndNotifyForModes readIntoBuffer readMask readOnly readRSSI readToEndOfFileInBackgroundAndNotify readToEndOfFileInBackgroundAndNotifyForModes readValueForCharacteristic readValueForDescriptor readValueWithCompletionHandler readabilityHandler readable readingIntentWithURL readsFromDepthBuffer ready readyForDisplay readyForMoreMediaData realm reason receiptProperties receivedData receivedRealTimeData receivesCredentialSecurely receivingPlayer receivingPlayerID recipient recipientResponseHandler recipients reciprocalUnit reclaimResources recommendedAudioSettingsForAssetWriterWithOutputFileType recommendedVideoSettingsForAssetWriterWithOutputFileType record recordAtTime recordButtonColor recordChangeTag recordChangedBlock recordFetchedBlock recordFields recordForDuration recordID recordIDs recordIDsToDelete recordName recordPermission recordType recordWithIDWasDeletedBlock recordZoneID recordZoneIDs recordZoneIDsToDelete recordZonesToSave recordedDuration recordedFileSize recording recordingPaused recordsToSave recoveryAttempter rect rectForFooterInSection rectForHeaderInSection rectForMapRect rectForMetadataOutputRectOfInterest rectForPageAtIndex rectForRowAtIndexPath rectForSection rectOfInterest recurrence recurrenceCalendar recurrenceEnd recurrenceEndWithEndDate recurrenceEndWithOccurrenceCount recurrenceRules red redColor redRange redSpeed redirect redo redoActionIsDiscardable redoActionName redoMenuItemTitle redoMenuTitleForUndoActionName redoing referenceAction referenceDistance referenceNode referenceObjectForObjectID referenceRestrictions referenceView reflectionFalloffEnd reflectionFalloffStart reflectionResolutionScaleFactor reflective reflectivity refresh refreshControl refreshCurrentPreviewItem refreshObject refreshSourcesIfNecessary refreshing region regionByDifferenceFromRegion regionByIntersectionWithRegion regionByUnionWithRegion regionMonitoringAvailable regionMonitoringEnabled regionOfInterestForImage regionThatFits regionTriggersOnce registerChangeObserver registerClass registerDefaults registerFilterName registerForLocalNotifications registerForRemoteNotificationTypes registerForRemoteNotifications registerImage registerItemForTypeIdentifier registerListener registerNib registerObjectForStateRestoration registerStoreClass registerUndoWithTarget registerUserNotificationSettings registeredObjects registeredStoreTypes registeredTypeIdentifiers regularExpression regularExpressionCheckingResultWithRanges regularExpressionWithPattern regularFile regularFileContents rejectProtectionSpaceAndContinueWithChallenge relation relationshipKeyPathsForPrefetching relationshipMappings relationshipsByName relationshipsWithDestinationEntity relativeAltitude relativeLocation relativeOffset relativePath relativeString releaseDate relevantDate relinquishFunction relinquishPresentedItemToReader relinquishPresentedItemToWriter reload reloadAllComponents reloadComponent reloadConfigurationItems reloadData reloadFromOrigin reloadInputViews reloadItemsAtIndexPaths reloadRootControllersWithNames reloadRowsAtIndexPaths reloadSectionIndexTitles reloadSections rematchWithCompletionHandler reminderWithEventStore remoteControlReceivedWithEvent remoteIdentifier remoteParticipantVolume remotePlayerDidCompleteChallenge removeAccessory removeAccount removeAction removeActionForKey removeActionSet removeAlarm removeAllActions removeAllActionsWithTarget removeAllAnimations removeAllAnnotations removeAllBehaviors removeAllBoundaries removeAllCachedImages removeAllCachedResourceValues removeAllCachedResponses removeAllChildren removeAllImages removeAllIndexes removeAllItems removeAllJoints removeAllModifiers removeAllObjects removeAllParticleSystems removeAllPoints removeAllSegments removeAllServices removeAllURLs removeAllUserScripts removeAndReturnError removeAnimationForKey removeAnnotation removeAnnotations removeAssets removeAssetsAtIndexes removeAttribute removeBehavior removeBoundaryWithIdentifier removeCachedImageWithName removeCachedResourceValueForKey removeCachedResponseForDataTask removeCachedResponseForRequest removeCachedResponsesSinceDate removeCalendar removeCharactersInRange removeCharactersInString removeChildBehavior removeChildCollections removeChildCollectionsAtIndexes removeChildrenInArray removeConnection removeConstraint removeConstraints removeContact removeCookiesSinceDate removeCredential removeDependency removeDictationResultPlaceholder removeEvent removeFileAtPath removeFilePresenter removeFileWrapper removeFilterPredicate removeFromParent removeFromParentNode removeFromParentViewController removeFromPreferencesWithCompletionHandler removeFromPrintPageRenderer removeFromRunLoop removeFromSuperlayer removeFromSuperview removeGestureRecognizer removeHome removeIndex removeIndexes removeIndexesInRange removeInput removeIssue removeItem removeItemAtPath removeItemAtURL removeJoint removeKeyframeAtIndex removeLastKeyframe removeLastObject removeLayoutManager removeManagedReference removeMaterialAtIndex removeModifiersOfStage removeMotionEffect removeObject removeObjectAtIndex removeObjectForKey removeObjectIdenticalTo removeObjectsAtIndexes removeObjectsForKeys removeObjectsFromIndices removeObjectsInArray removeObjectsInRange removeObserver removeOtherVersionsOfItemAtURL removeOutput removeOverlay removeOverlays removeParticleSystem removePass removePasteboardWithName removePersistentDomainForName removePersistentStore removePointerAtIndex removePort removePropertyForKey removeRecurrenceRule removeReminder removeRoom removeRowsAtIndexes removeScriptMessageHandlerForName removeSegmentAtIndex removeService removeServiceGroup removeSubscriber removeSuiteNamed removeTapOnBus removeTarget removeTextContainerAtIndex removeTimeObserver removeTimeRange removeTrack removeTransactionObserver removeTrigger removeUbiquitousContentAndPersistentStoreAtURL removeUniformNamed removeUser removeVolatileDomainForName removeWithCompletionHandler removeZone removedIndexes removedObjects removedOnCompletion removesDuplicateFrames renamingIdentifier render renderAtTime renderCommandEncoder renderCommandEncoderWithDescriptor renderContext renderContextChanged renderInContext renderMode renderNode renderPassDescriptor renderScale renderSize renderTransform renderbufferStorage renderedContentURL renderer rendererDelegate rendererForOverlay rendererWithContext renderingAlgorithm renderingMode renderingOrder renewCredentialsForAccount renewalDate repeatAction repeatActionForever repeatCalendar repeatCount repeatDuration repeatInterval repeatMode replaceAssetsAtIndexes replaceBytesInRange replaceCharactersInRange replaceChildCollectionsAtIndexes replaceChildNode replaceCurrentItemWithPlayerItem replaceItemAtURL replaceMatchesInString replaceMaterialAtIndex replaceObjectAtIndex replaceObjectsAtIndexes replaceObjectsInRange replaceOccurrencesOfString replacePassWithPass replacePointerAtIndex replaceRange replaceRegion replaceSublayer replacementCheckingResultWithRange replacementObjectForCoder replacementObjectForKeyedArchiver replacementString replacementStringForResult replayable replies replyDate replyWithLocalizableMessageKey reportAchievementWithCompletionHandler reportAchievements reportScoreWithCompletionHandler reportScores representationForUTI representativeItem representedElementCategory representedElementKind representsBurst request requestAVAssetForVideo requestAccessForMediaType requestAccessToAccountsWithType requestAccessToEntityType requestAlwaysAuthorization requestApplicationPermission requestAuthorization requestAuthorizationToShareTypes requestCachePolicy requestContentEditingInputWithOptions requestData requestDidFinish requestExportSessionForVideo requestExpression requestForServiceType requestHeaderFieldsWithCookies requestImageDataForAsset requestImageForAsset requestInterstitialAdPresentation requestIsCacheEquivalent requestMediaDataWhenReadyOnQueue requestMethod requestNotificationOfMediaDataChangeWithAdvanceInterval requestPlayerItemForVideo requestRecordPermission requestStateForRegion requestSupplementaryLexiconWithCompletion requestThumbnailImagesAtTimes requestType requestWhenInUseAuthorization requestWithURL requestedLength requestedTimeToleranceAfter requestedTimeToleranceBefore requestsAlternateRoutes requireGestureRecognizerToFail requiredBillingAddressFields requiredContentSizeIdentifiers requiredPixelBufferAttributesForRenderContext requiredShippingAddressFields requiredSourceTrackIDs requiresConstraintBasedLayout requiresFrameReordering requiresSecureCoding reservedSpaceLength reset resetAchievementsWithCompletionHandler resetBytesInRange resetForReadingTimeRanges resetSimulation resetStandardUserDefaults resetSystemTimeZone resetTransform resetWithCompletionHandler resignCurrent resignFirstResponder resignKeyWindow resistance resizableImageWithCapInsets resizableSnapshotViewFromRect resizeByWidth resizeMode resizeToHeight resizeToWidth resizingMode resolve resolveConflictingSavedGames resolveConflicts resolveDepthPlane resolveLevel resolveSlice resolveTexture resolveWithTimeout resolved resourceDataUsingCache resourceLoader resourceOptions resourcePath resourceSpecifier resourceURL resourceValuesForKeys respondToEachPassDescriptionOnQueue respondToRequest respondWithData respondsToSelector response resting restitution restorationClass restorationIdentifier restorationParent restoreCompletedTransactions restoreCompletedTransactionsWithApplicationUsername restoreUserActivityState result resultAtIndex resultByAdjustingRangesWithOffset resultCount resultType results resultsLimit resume resumeAnimationForKey resumeDownloads resumeOnDidBecomeActive resumeRecording retain retainArguments retainWeakReference retainedReferences retainsRegisteredObjects retrieveConnectedPeripherals retrieveConnectedPeripheralsWithServices retrievePeripherals retrievePeripheralsWithIdentifiers returnKeyType returnsDistinctResults returnsObjectsAsFaults reuseIdentifier revealWithDirection reverbBlend reverbParameters reverseGeocodeLocation reverseGeocoder reverseObjectEnumerator reversePlaybackEndTime reverseTransformedValue reversedAction reversedOrderedSet reversedSortDescriptor reversesTitleShadowWhenHighlighted revertAssetContentToOriginal revertToContentsOfURL rewindButtonColor rgbBlendOperation right rightBarButtonItem rightBarButtonItems rightCalloutAccessoryView rightCalloutOffset rightExpression rightEyeClosed rightEyePosition rightShoulder rightThumbstick rightTrigger rightView rightViewMode rightViewRectForBounds ringRadius ringSegmentCount roll rollAngle rollback rollingFriction rolloffFactor room roomForEntireHome rooms rootNode rootResource rootViewController rotateByAngle rotateByX rotateEnabled rotateToAngle rotateToAxisAngle rotateToX rotatingFooterView rotatingHeaderView rotation rotationMatrix rotationMode rotationRate rotationSpeed roundingBehavior roundingIncrement roundingMode routeButtonImageForState routeButtonRectForBounds routes row rowActionWithStyle rowControllerAtIndex rowHeight rowSizeForComponent rssi run runAction runActionForKey runBlock runLoopModes runMode runUntilDate running sAddressMode sampleAtTime sampleBufferCallbackQueue sampleBufferDelegate sampleCount sampleFieldsAt samplePredicates samplePresentationTimeForTrackTime sampleRate sampleReferenceBaseURL sampleTime sampleTimeValid sampleType save saveAccount saveCalendar saveCurrentTurnWithMatchData saveEvent saveGameData saveMergedMatchData saveObject saveObjects savePolicy savePresentedItemChangesWithCompletionHandler saveRecord saveRecordZone saveReminder saveSnapshot saveSubscription saveToPreferencesWithCompletionHandler saveToURL savingFileType scale scaleBy scaleFactor scaleMode scaleRange scaleSpeed scaleTimeRange scaleTo scaleXBy scaleXTo scaleYTo scalesPageToFit scalingMode scanCharactersFromSet scanDecimal scanDouble scanFloat scanForPeripheralsWithServices scanHexDouble scanHexFloat scanHexInt scanHexLongLong scanInt scanInteger scanLocation scanLongLong scanString scanUnsignedLongLong scanUpToCharactersFromSet scanUpToString scannerWithString scene sceneNamed sceneSourceWithData sceneSourceWithURL sceneTime sceneWithOptions sceneWithSize sceneWithURL scheduleBuffer scheduleFile scheduleInRunLoop scheduleLocalNotification scheduleSegment scheduledLocalNotifications scheduledTimerWithTimeInterval scheme scnScene scope scopeBarBackgroundImage scopeBarButtonBackgroundImageForState scopeBarButtonDividerImageForLeftSegmentState scopeBarButtonTitleTextAttributesForState scopeButtonTitles score scores screen screenBounds screenScale screenSpaceRadius screens scrollDirection scrollEnabled scrollIndicatorInsets scrollMode scrollPoint scrollRangeToVisible scrollRectToVisible scrollToItemAtIndexPath scrollToNearestSelectedRowAtScrollPosition scrollToPoint scrollToRect scrollToRowAtIndex scrollToRowAtIndexPath scrollView scrollViewDidEndDecelerating scrollViewDidEndDragging scrollViewDidEndScrollingAnimation scrollViewDidEndZooming scrollViewDidScroll scrollViewDidScrollToTop scrollViewDidZoom scrollViewShouldScrollToTop scrollViewTexturedBackgroundColor scrollViewWillBeginDecelerating scrollViewWillBeginDragging scrollViewWillBeginZooming scrollViewWillEndDragging scrollsToTop searchBar searchBarBookmarkButtonClicked searchBarCancelButtonClicked searchBarResultsListButtonClicked searchBarSearchButtonClicked searchBarShouldBeginEditing searchBarShouldEndEditing searchBarStyle searchBarTextDidBeginEditing searchBarTextDidEndEditing searchContentsController searchDisplayController searchDisplayControllerDidBeginSearch searchDisplayControllerDidEndSearch searchDisplayControllerWillBeginSearch searchDisplayControllerWillEndSearch searchFieldBackgroundImageForState searchFieldBackgroundPositionAdjustment searchForAllDomains searchForBrowsableDomains searchForRegistrationDomains searchForServicesOfType searchItems searchResultsButtonSelected searchResultsController searchResultsDataSource searchResultsDelegate searchResultsTableView searchResultsTitle searchResultsUpdater searchScopes searchTextPositionAdjustment searching second secondAttribute secondItem secondUnit secondUnitWithMetricPrefix secondaryAudioShouldBeSilencedHint secondaryGroupingSize secondsForHostTime secondsFromGMT secondsFromGMTForDate section sectionFooterHeight sectionForObject sectionForSectionIndexTitle sectionForSectionIndexTitleAtIndex sectionHeaderHeight sectionIndexBackgroundColor sectionIndexColor sectionIndexMinimumDisplayRowCount sectionIndexTitleForSectionName sectionIndexTitles sectionIndexTitlesForTableView sectionIndexTrackingBackgroundColor sectionInset sectionNameKeyPath sectionTitles sections secure secureTextEntry securityIdentity seed seedItems seekBackwardCommand seekForwardCommand seekToDate seekToEndOfFile seekToFileOffset seekToTime seekableTimeRanges seekingWaitsForVideoCompositionRendering segmentCount segmentForTrackTime segmentedControlStyle segments segmentsDownloadedDuration segueForUnwindingToViewController segueWithIdentifier select selectAll selectAnnotation selectChallengeablePlayerIDs selectChallengeablePlayers selectItemAtIndexPath selectMediaOption selectMediaOptionAutomaticallyInMediaSelectionGroup selectRow selectRowAtIndexPath selectable selected selectedAnnotations selectedBackgroundView selectedCalendars selectedDataSource selectedImage selectedImageTintColor selectedIndex selectedItem selectedMediaOptionInMediaSelectionGroup selectedPolarPattern selectedPrinter selectedRange selectedRowInComponent selectedScopeButtonIndex selectedSegmentIndex selectedTextColor selectedTextRange selectedViewController selectionAffinity selectionDidChange selectionGranularity selectionIndicatorImage selectionRectsForRange selectionStyle selectionWillChange selector selfContained semantic semanticForSymbol sendAction sendActionsForControlEvents sendAsynchronousRequest sendBeforeDate sendController sendData sendDataToAllPeers sendDataToAllPlayers sendDate sendEvent sendExchangeToParticipants sendMIDIEvent sendMIDISysExEvent sendPitchBend sendPressure sendPressureForKey sendProgramChange sendReminderToParticipants sendResourceAtURL sendSubviewToBack sendSynchronousRequest sender sentenceRangeForRange separateSecondaryViewControllerForSplitViewController separatorColor separatorEffect separatorInset separatorStyle sequence serialNumber serializedRepresentation serializedXMPFromFilters serverAddress serverCertificateCommonName serverCertificateIssuerCommonName serverTrust service serviceGroups serviceType services servicesWithTypes session sessionDescription sessionID sessionMode sessionOnly sessionPreset sessionSendsLaunchEvents sessionWithConfiguration set setAbbreviationDictionary setAccessibilityHint setAccessibilityImageRegions setAccessibilityLabel setAccessibilityTraits setAccessibilityValue setActionIsDiscardable setActionName setActions setActive setAffineTransform setAlpha setAngle setAnimationBeginsFromCurrentState setAnimationCurve setAnimationDelay setAnimationDelegate setAnimationDidStopSelector setAnimationDuration setAnimationRepeatAutoreverses setAnimationRepeatCount setAnimationStartDate setAnimationTimingFunction setAnimationTransition setAnimationWillStartSelector setAnimationsEnabled setArgument setArray setAssetsFilter setAttachmentSize setAttribute setAttributedString setAttributedText setAttributedTitle setAttributes setAuthorization setBackButtonBackgroundImage setBackButtonBackgroundVerticalPositionAdjustment setBackButtonTitlePositionAdjustment setBackgroundColor setBackgroundImage setBackgroundImageData setBackgroundImageNamed setBackgroundVerticalPositionAdjustment setBaseWritingDirection setBccRecipients setBlendColorRed setBool setBoundingBoxMin setBuffer setBufferOffset setBuffers setByAddingObject setByAddingObjectsFromArray setByAddingObjectsFromSet setBytes setCalendar setCamera setCategory setCcRecipients setCenterCoordinate setClass setClassName setCollectionViewLayout setColor setCompletionBlock setComputePipelineState setContentCompressionResistancePriority setContentHuggingPriority setContentOffset setContentPositionAdjustment setContentViewController setCookie setCookies setCoordinate setCornerRadius setCredential setCropRectangle setCropRectangleRampFromStartCropRectangle setCullMode setCurrentContext setData setDataReceiveHandler setDate setDecrementImage setDefaultBehavior setDefaultCredential setDefaultFormatterBehavior setDefaultLeaderboard setDefaultLeaderboardCategoryID setDefaultLeaderboardIdentifier setDefaultTimeZone setDefaults setDelegate setDelegateQueue setDepthBias setDepthStencilState setDesiredConnectionLatency setDestination setDictionary setDisableActions setDividerImage setDouble setDragState setDrawsOutsideLineFragment setEditing setEnabled setEntities setExposureModeCustomWithDuration setExposureTargetBias setExtraLineFragmentRect setFetchRequestTemplate setFill setFinishedSelectedImage setFloat setFocusModeLockedWithLensPosition setFragmentBuffer setFragmentBufferOffset setFragmentBuffers setFragmentBytes setFragmentSamplerState setFragmentSamplerStates setFragmentTexture setFragmentTextures setFrontFacingWinding setFullscreen setGlyphs setHTTPShouldHandleCookies setHasContent setHeight setHidden setHidesBackButton setHighlighted setHighlightedItemForProperty setHostedPlayer setHostedPlayerReady setIgnoredWords setImage setImageData setImageNamed setIncrementImage setInitialText setInputDataSource setInputGain setInteger setIsAccessibilityElement setItems setKeepAliveTimeout setKeyframeTime setKeyframeValue setKeys setLeftBarButtonItem setLeftBarButtonItems setLineDash setLineFragmentRect setLocalizableMessageWithKey setLocalizedDateFormatFromTemplate setLocation setLongLong setMagnification setMarkedText setMaxAllowedRotationAngle setMaximumTrackImage setMaximumVolumeSliderImage setMediaSelectionCriteria setMenuVisible setMessage setMessageBody setMetadata setMetadataObjectsDelegate setMinimumBackgroundFetchInterval setMinimumTrackImage setMinimumVolumeSliderImage setMode setMute setNavigationBarHidden setNeedsDisplay setNeedsDisplayInMapRect setNeedsDisplayInRect setNeedsLayout setNeedsStatusBarAppearanceUpdate setNeedsUpdateConstraints setNewsstandIconImage setNilValueForKey setNotShownAttribute setNotifyValue setNumberOfRows setNumberOfSteps setObject setObjectZone setOn setOpacity setOpacityRampFromStartOpacity setOrthography setOutputAudioUnit setOutputDataSource setOutputSettings setOverrideTraitCollection setPersistentDomain setPlayer setPopoverContentSize setPositionAdjustment setPositions setPreferredDataSource setPreferredHardwareSampleRate setPreferredIOBufferDuration setPreferredInput setPreferredInputNumberOfChannels setPreferredOutputNumberOfChannels setPreferredPolarPattern setPreferredSampleRate setPrimitiveValue setProgress setProjectionTransform setProperty setProtocolSpecificInformation setPurgeableState setQueueWithItemCollection setQueueWithQuery setRate setRegion setRenderPipelineState setRepresentation setRequiresSecureCoding setResourceData setResourceValue setResourceValues setResponseSerializer setReturnValue setRightBarButtonItem setRightBarButtonItems setRouteButtonImage setRowTypes setSampleBufferDelegate setSamplerState setSamplerStates setScale setScissorRect setScopeBarButtonBackgroundImage setScopeBarButtonDividerImage setScopeBarButtonTitleTextAttributes setSearchFieldBackgroundImage setSelected setSemantic setSessionWithNoConnection setSet setShadowImage setSharedURLCache setShowsCancelButton setSource setStatusBarHidden setStatusBarOrientation setStatusBarStyle setSteeringAngle setStencilReferenceValue setString setStroke setSubject setTXTRecordData setTargetOffsetFromCenter setTargetRect setTemporaryResourceValue setText setTextColor setTextContainer setTexture setTextures setThreadPriority setThreadgroupMemoryLength setThumbImage setTimeZone setTimeoutInterval setTintColor setTitle setTitleColor setTitlePositionAdjustment setTitleShadowColor setTitleTextAttributes setTitleVerticalPositionAdjustment setToRecipients setToolbarHidden setToolbarItems setTorchModeOnWithLevel setTransform setTransformRampFromStartTransform setTranslatesAutoresizingMaskIntoConstraints setTranslatesReferenceBoundsIntoBoundaryWithInsets setTranslation setTransportControlsPlaybackMode setTriangleFillMode setURL setUbiquitous setUp setUserInfoObject setUserTrackingMode setValidationPredicates setValue setValueTransformer setValuesForKeysWithDictionary setVersion setVertexBuffer setVertexBufferOffset setVertexBuffers setVertexBytes setVertexSamplerState setVertexSamplerStates setVertexTexture setVertexTextures setVideoAtPath setViewControllers setViewport setVisibilityResultMode setVisibleMapRect setVolatileDomain setVolume setVolumeRampFromStartVolume setVolumeThumbImage setWeek setWeight setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains setWidth setWithArray setWithCapacity setWithObject setWithObjects setWithSet setZoomScale settings settingsForTypes shader shaderModifiers shaderWithFileNamed shaderWithSource shadowBias shadowBlurRadius shadowCastBitMask shadowColor shadowImage shadowImageForToolbarPosition shadowMapSize shadowMode shadowOffset shadowOpacity shadowPath shadowRadius shadowSampleCount shadowedBitMask shapeNodeWithCircleOfRadius shapeNodeWithEllipseInRect shapeNodeWithEllipseOfSize shapeNodeWithPath shapeNodeWithPoints shapeNodeWithRect shapeNodeWithRectOfSize shapeNodeWithSplinePoints shapeWithGeometry shapeWithNode shapeWithPath shapeWithShapes sharedAccelerometer sharedAccessoryManager sharedApplication sharedClient sharedCommandCenter sharedContainerIdentifier sharedContentManager sharedCredentialStorage sharedFrameworksPath sharedFrameworksURL sharedHTTPCookieStorage sharedInstance sharedKeySetForKeys sharedLibrary sharedManager sharedMatchmaker sharedMenuController sharedPhotoLibrary sharedPrintController sharedSecretReference sharedSession sharedSupportPath sharedSupportURL sharedTurnBasedEventHandler sharedURLCache sharegroup shiftIndexesStartingAtIndex shininess shippingAddress shippingMethod shippingMethods shippingType short shortMonthSymbols shortQuarterSymbols shortStandaloneMonthSymbols shortStandaloneQuarterSymbols shortStandaloneWeekdaySymbols shortValue shortWeekdaySymbols shouldArchiveValueForKey shouldAutomaticallyForwardAppearanceMethods shouldAutomaticallyForwardRotationMethods shouldAutoplay shouldAutorotate shouldAutorotateToInterfaceOrientation shouldBadge shouldBeArchived shouldBeRequiredToFailByGestureRecognizer shouldCenterFilter shouldChangeTextInRange shouldCullNonVisibleNodes shouldEnableEffects shouldEnableLimits shouldGroupAccessibilityChildren shouldIndentWhileEditing shouldInvalidateLayoutForBoundsChange shouldInvalidateLayoutForPreferredLayoutAttributes shouldOptimizeForNetworkUse shouldPerformSegueWithIdentifier shouldPresentInFullscreen shouldPresentInterstitialAd shouldProcessNamespaces shouldRasterize shouldRefreshRefetchedObjects shouldRemovePresentersView shouldReportNamespacePrefixes shouldRequireFailureOfGestureRecognizer shouldResolveExternalEntities shouldSendContentAvailable shouldSetDefaultLeaderboard shouldShowBannerForLocallyCompletedChallenge shouldShowBannerForLocallyReceivedChallenge shouldShowBannerForRemotelyCompletedChallenge shouldShowCancelConfirmation shouldShowLinkedPeople show showAnnotations showBannerWithTitle showBluetoothAccessoryPickerWithNameFilter showCGGlyphs showDetailViewController showExistingMatches showFromBarButtonItem showFromRect showFromTabBar showFromToolbar showInView showViewController showingAppNames showingDeleteConfirmation showsBookmarkButton showsBuildings showsCameraControls showsCancelButton showsCloudItems showsCompass showsCompletionBanner showsControlCharacters showsDeviceMovementDisplay showsDoneButton showsDrawCount showsFPS showsFields showsHorizontalScrollIndicator showsInvisibleCharacters showsNodeCount showsNumberOfCopies showsPageRange showsPaperSelectionForLoadedPapers showsPhysics showsPlaybackControls showsPointsOfInterest showsQuadCount showsReorderControl showsRouteButton showsScale showsScopeBar showsSearchResultsButton showsSelectionIndicator showsStatistics showsTouchWhenHighlighted showsUserLocation showsVerticalScrollIndicator showsVolumeSlider showsZoomControls shuffleMode siemenUnit siemenUnitWithMetricPrefix signal signatureWithObjCTypes signedURLRequest significantLocationChangeMonitoringAvailable simulatesAskToBuyInSandbox size sizeForChildContentContainer sizeForNumberOfPages sizeFromBannerContentSizeIdentifier sizeFunction sizeThatFits sizeToFit sizeWithAttributes sizeWithFont skeleton skinner skinnerWithBaseGeometry skipBackwardCommand skipCount skipDescendants skipDescendents skipForwardCommand skipToBeginning skipToNextItem skipToPreviousItem sleepForTimeInterval sleepUntilDate slice smallSystemFontSize smallestEncoding smoothAutoFocusEnabled smoothAutoFocusSupported smoothness snapshot snapshotData snapshotViewAfterScreenUpdates socket socketType songsQuery sortDescriptorWithKey sortDescriptors sortRange sortUsingComparator sortUsingDescriptors sortUsingFunction sortUsingSelector sortWithOptions sortedArrayFromArray sortedArrayHint sortedArrayUsingComparator sortedArrayUsingDescriptors sortedArrayUsingFunction sortedArrayUsingSelector sortedArrayWithOptions sortedCookiesUsingDescriptors sortingMode soundName source sourceAlphaBlendFactor sourceContext sourceEndpoint sourceEntityForEntityMapping sourceEntityName sourceEntityVersionHash sourceExpression sourceFrame sourceFrameByTrackID sourceIdentifier sourceInstancesForEntityMappingNamed sourceModel sourceObject sourcePixelBufferAttributes sourceRGBBlendFactor sourceRect sourceTimeRanges sourceTrackID sourceTrackIDs sourceType sourceURL sourceVideoAverageFrameDuration sourceVideoMinFrameDuration sourceView sourceViewController sourceWithIdentifier sources speakUtterance speaking specular specularColor speechString speechSynthesizer speechUtteranceWithString speechVoices speed speedBy speedFactor speedInKilometersPerHour speedTo spellCheckingResultWithRange spellCheckingType sphereWithRadius spin spinRange spineLocation splat splitViewController splitViewControllerPreferredInterfaceOrientationForPresentation splitViewControllerSupportedInterfaceOrientations spotCutoff spotDirection spotExponent spotInnerAngle spotOuterAngle spreadingAngle springField spriteNodeWithColor spriteNodeWithImageNamed spriteNodeWithTexture ssid stackSize stalenessInterval standaloneMonthSymbols standaloneQuarterSymbols standaloneWeekdaySymbols standard standardUserDefaults standardizedURL start startAccelerometerUpdates startAccelerometerUpdatesToQueue startAccessingSecurityScopedResource startActivityUpdatesToQueue startAdvertising startAdvertisingPeer startAndReturnError startAnimating startAnimatingWithImagesInRange startBrowsingForNearbyPlayersWithHandler startBrowsingForNearbyPlayersWithReachableHandler startBrowsingForPeers startCachingImagesForAssets startContentEditingWithInput startDate startDateComponents startDeviceMotionUpdates startDeviceMotionUpdatesToQueue startDeviceMotionUpdatesUsingReferenceFrame startDownloadingUbiquitousItemAtURL startDownloads startGyroUpdates startGyroUpdatesToQueue startInteractiveTransition startInteractiveTransitionToCollectionViewLayout startLoading startMagnetometerUpdates startMagnetometerUpdatesToQueue startMonitoring startMonitoringForRegion startMonitoringSignificantLocationChanges startMonitoringVisits startNote startOfDayForDate startPage startPedometerUpdatesFromDate startPoint startProgress startProvidingItemAtURL startQuery startRangingBeaconsInRegion startReading startRecordingToOutputFileURL startRelativeAltitudeUpdatesToQueue startRunning startSearchingForNewAccessories startSearchingForUnconfiguredAccessoriesMatchingPredicate startSessionAtSourceTime startStepCountingUpdatesToQueue startStreamWithName startUpdatingHeading startUpdatingLocation startVPNTunnelAndReturnError startVideoCapture startVideoCompositionRequest startVoiceChatWithParticipantID startWirelessControllerDiscoveryWithCompletionHandler startWithCompletionHandler startWithQueue startWriting started startupTime state staticBody stationary statistics statisticsForDate statisticsUpdateHandler status statusBarFrame statusBarHidden statusBarOrientation statusBarOrientationAnimationDuration statusBarStyle statusBarVisibility statusCode statusForApplicationPermission statusOfValueForKey steeringAxis stencilAttachment stencilAttachmentPixelFormat stencilCompareFunction stencilFailureOperation stepByCount stepFunction stepRate stepValue steps stereoPan stillImageStabilizationActive stillImageStabilizationSupported stoneUnit stop stopAccelerometerUpdates stopAccessingSecurityScopedResource stopActivityUpdates stopAdvertising stopAdvertisingPeer stopAnimating stopBrowsingForNearbyPlayers stopBrowsingForPeers stopCachingImagesForAllAssets stopCachingImagesForAssets stopCommand stopDeviceMotionUpdates stopGyroUpdates stopLoading stopMagnetometerUpdates stopMonitoring stopMonitoringForRegion stopMonitoringSignificantLocationChanges stopMonitoringVisits stopNote stopPedometerUpdates stopProvidingItemAtURL stopQuery stopRangingBeaconsInRegion stopRecording stopRelativeAltitudeUpdates stopRequestingMediaData stopRunning stopScan stopSearchingForNewAccessories stopSearchingForUnconfiguredAccessories stopSpeakingAtBoundary stopStepCountingUpdates stopUpdatingHeading stopUpdatingLocation stopVPNTunnel stopVideoCapture stopVoiceChatWithParticipantID stopWirelessControllerDiscovery stopped storagePolicy storeAction storeCachedResponse storeCookies storedInExternalRecord storedValueForKey storyboard storyboardWithName stream streamError streamStatus streamingContentKeyRequestDataForApp strength strengthBy strengthTo stretchFactor stretchableImageWithLeftCapWidth stride strikethroughGlyphRange string stringArrayForKey stringByAbbreviatingWithTildeInPath stringByAddingPercentEncodingWithAllowedCharacters stringByAddingPercentEscapesUsingEncoding stringByAppendingFormat stringByAppendingPathComponent stringByAppendingPathExtension stringByAppendingString stringByDeletingLastPathComponent stringByDeletingPathExtension stringByEvaluatingJavaScriptFromString stringByExpandingTildeInPath stringByFoldingWithOptions stringByPaddingToLength stringByRemovingPercentEncoding stringByReplacingCharactersInRange stringByReplacingMatchesInString stringByReplacingOccurrencesOfString stringByReplacingPercentEscapesUsingEncoding stringByResolvingSymlinksInPath stringByStandardizingPath stringByTrimmingCharactersInSet stringEditedInRange stringEncodingForData stringForKey stringForObjectValue stringFromByteCount stringFromDate stringFromDateComponents stringFromDistance stringFromJoules stringFromKilograms stringFromMeters stringFromNumber stringFromTimeInterval stringFromValue stringRepresentation stringValue stringWithCString stringWithCapacity stringWithCharacters stringWithContentsOfFile stringWithContentsOfURL stringWithFileSystemRepresentation stringWithFormat stringWithString stringWithUTF8String strings stringsByAppendingPaths stroke strokeColor strokeEnd strokePath strokeShader strokeStart strokeTexture strokeWithBlendMode strongObjectsPointerArray strongToStrongObjectsMapTable strongToWeakObjectsMapTable structType structuredLocation style subAdministrativeArea subLocality subThoroughfare subarrayWithRange subdataWithRange subdivisionLevel subentities subentitiesByName subgroups subject subjectAreaChangeMonitoringEnabled sublayerTransform sublayers subpathsAtPath subpathsOfDirectoryAtPath subpredicates subscribed subscribedCentrals subscriber subscriberCellularProvider subscriberCellularProviderDidUpdateNotifier subscriptionID subscriptionIDs subscriptionIDsToDelete subscriptionOptions subscriptionType subscriptionsToSave substringFromIndex substringToIndex substringWithRange subtitle subtype subviews suggestedFilename sumQuantity sumQuantityForSource summaryItemWithLabel superentity superlayer superview supportedEventAvailabilities supportedFileTypes supportedInterfaceOrientations supportedInterfaceOrientationsForWindow supportedJobTypes supportedNetworks supportedPlaybackRates supportedPolarPatterns supportsAVCaptureSessionPreset supportsColor supportsContinuationStreams supportsDuplex supportsFeatureSet supportsRandomAccess supportsSecureCoding supportsURL supportsVideoFieldMode supportsVideoMaxFrameDuration supportsVideoMinFrameDuration supportsVideoMirroring supportsVideoOrientation supportsVideoStabilization suppressesIncrementalRendering suppressesPlayerRendering suspend suspended suspensionCompression suspensionDamping suspensionRestLength suspensionStiffness switchBitrate symbolCharacterSet symbolicLink symbolicLinkDestination symbolicLinkDestinationURL symbolicTraits synchronize synchronizeFile synchronizedLayerWithPlayerItem synchronous systemFontOfSize systemFontSize systemID systemLayoutFittingSizeDidChangeForChildContentContainer systemLayoutSizeFittingSize systemLocale systemMusicPlayer systemName systemSpawnedOnCollision systemSpawnedOnDying systemSpawnedOnLiving systemTimeZone systemUptime systemVersion tAddressMode tabBar tabBarController tabBarControllerPreferredInterfaceOrientationForPresentation tabBarControllerSupportedInterfaceOrientations tabBarItem tabStops table tableFooterView tableHeaderView tableView tag tagAtIndex tagSchemes tagsInRange tailIndent takePicture takeStoredValue takeValue takeValuesFromDictionary tapCount tapHandler target targetContentOffsetForProposedContentOffset targetDisplayModeForActionInSplitViewController targetForAction targetFrame targetNode targetOffsetFromCenterForItem targetPosition targetTransform targetValue targetViewControllerForAction targets task taskDescription taskIdentifier tearDown technique techniqueBySequencingTechniques techniqueWithDictionary temperatureAndTintValuesForDeviceWhiteBalanceGains temporaryDirectoryURLForNewVersionOfItemAtURL temporaryID tensionValues testExample testPerformanceExample text textAlignment textAttributesForNegativeInfinity textAttributesForNegativeValues textAttributesForNil textAttributesForNotANumber textAttributesForPositiveInfinity textAttributesForPositiveValues textAttributesForZero textColor textContainer textContainerChangedGeometry textContainerForGlyphAtIndex textContainerInset textContainers textDidChange textDocumentProxy textEncodingName textField textFieldAtIndex textFieldDidBeginEditing textFieldDidEndEditing textFieldShouldBeginEditing textFieldShouldClear textFieldShouldEndEditing textFieldShouldReturn textFields textForGuidedAccessRestrictionWithIdentifier textInRange textInputContextIdentifier textInputMode textInputView textLabel textMarkupAttributes textRangeFromPosition textRectForBounds textSelector textStorage textStyleRuleWithTextMarkupAttributes textStyleRules textStyleRulesFromPropertyList textStylingAtPosition textStylingResolution textView textViewDidBeginEditing textViewDidChange textViewDidChangeSelection textViewDidEndEditing textViewShouldBeginEditing textViewShouldEndEditing textWillChange textWithString texture texture2DDescriptorWithPixelFormat texture2d0 texture2d0texture2d1 textureByApplyingCIFilter textureByGeneratingNormalMap textureByGeneratingNormalMapWithSmoothness textureCoordinatesWithMappingChannel textureCubeDescriptorWithPixelFormat textureCubeMap textureDataType textureFromNode textureNamed textureNames textureNoiseWithSmoothness textureOrder textureOrigin textureRect textureType textureValue textureVectorNoiseWithSmoothness textureWithCGImage textureWithContentsOfData textureWithContentsOfFile textureWithContentsOfURL textureWithData textureWithImage textureWithImageNamed textureWithRect the thoroughfare thousandSeparator threadDictionary threadExecutionWidth threadPriority threadgroupMemoryAlignment threadgroupMemoryDataSize thumbImageForState thumbRectForBounds thumbTintColor thumbnail thumbnailImageAtTime tileSize time timeInterval timeIntervalSince1970 timeIntervalSinceDate timeIntervalSinceNow timeIntervalSinceReferenceDate timeMapping timeOffset timeRange timeRemaining timeScope timeSinceFirstResume timeSinceLastDraw timeSinceLastResume timeSinceLastUpdate timeStep timeStyle timeWithAudioTimeStamp timeWithHostTime timeWithSampleTime timeZone timeZoneDataVersion timeZoneForSecondsFromGMT timeZoneWithAbbreviation timeZoneWithName timedMetadata timeoutDate timeoutInterval timeoutIntervalForRequest timeoutIntervalForResource timerWithTimeInterval timestamp timingFunction timingFunctions timingMode tintAdjustmentMode tintColor tintColorDidChange title titleColorForState titleEdgeInsets titleForSegmentAtIndex titleForState titleLabel titlePositionAdjustment titlePositionAdjustmentForBarMetrics titlePropertyForGroupingType titleRectForContentRect titleShadowColorForState titleShadowOffset titleTextAttributes titleTextAttributesForState titleVerticalPositionAdjustmentForBarMetrics titleView toArray toBool toDate toDictionary toDouble toInt32 toMany toNumber toObject toObjectOfClass toPoint toRange toRect toSize toString toUInt32 toValue toggleBoldface toggleItalics togglePlayPauseCommand toggleUnderline token tokenizer tolerance toolbar toolbarHidden toolbarItems toolbarsVisibility topCapHeight topItem topLayoutGuide topLeft topRadius topRight topViewController torchActive torchAvailable torchLevel torchMode torusWithRingRadius totalBounds totalCostLimit totalDistance totalEnergyBurned totalUnitCount touchInside touchesBegan touchesCancelled touchesEnded touchesForGestureRecognizer touchesForView touchesForWindow touchesMoved touchesShouldBegin touchesShouldCancelInContentView track trackGroups trackID trackIDs trackImage trackRectForBounds trackTintColor trackWithTrackID tracking trackingFrameCount trackingID tracks tracksWithMediaCharacteristic tracksWithMediaType traitCollection traitCollectionDidChange traitCollectionWithDisplayScale traitCollectionWithHorizontalSizeClass traitCollectionWithTraitsFromCollections traitCollectionWithUserInterfaceIdiom traitCollectionWithVerticalSizeClass transaction transactionDate transactionIdentifier transactionReceipt transactionState transactions transferDuration transform transform3D transformConstraintInWorldSpace transformedMetadataObjectForMetadataObject transformedValue transformedValueClass transient transientAssetCollectionWithAssetFetchResult transientAssetCollectionWithAssets transientCollectionListWithCollections transientCollectionListWithCollectionsFetchResult transitInformationCheckingResultWithRange transitionCoordinator transitionDuration transitionFromView transitionFromViewController transitionProgress transitionStyle transitionWasCancelled transitionWithCIFilter transitionWithView transitioningDelegate translatesAutoresizingMaskIntoConstraints translatesReferenceBoundsIntoBoundary translationInView translucent transparency transparencyMode transparent transportControlsPlaybackMode transportControlsSpeed transportControlsSupported transportType trashItemAtURL triggers trueHeading truncateFileAtOffset truncatedGlyphRangeInLineFragmentForGlyphAtIndex truncationMode tryLock tryLockWhenCondition ttl tubeWithInnerRadius turbulenceFieldWithSmoothness turnBasedMatchmakerDelegate turnBasedMatchmakerViewController turnBasedMatchmakerViewControllerWasCancelled turnIcon twoDigitStartDate type types typingAttributes ubiquityIdentityToken uint8_t unableToSetNilForKey unachievedDescription uname unarchiveObjectWithData unarchiveObjectWithFile unarchiver unarchiverDidFinish unarchiverWillFinish unblockAccessory unconfiguredAccessories underPageBackgroundColor underage underlineGlyphRange underlyingQueue undo undoActionIsDiscardable undoActionName undoManager undoMenuItemTitle undoMenuTitleForUndoActionName undoNestedGroup undoRegistrationEnabled undoing unhide uniformNamed uniformType uniformTypeIdentifier uniformWithName uniforms unionHashTable unionOrderedSet unionSet uniqueID unitDividedByUnit unitFromEnergyFormatterUnit unitFromLengthFormatterUnit unitFromMassFormatterUnit unitFromString unitMultipliedByUnit unitRaisedToPower unitString unitStringFromJoules unitStringFromKilograms unitStringFromMeters unitStringFromValue unitStyle units unitsStyle unknown unknownPersonViewController unknownPersonViewDelegate unlearnWord unload unlock unlockForConfiguration unlockWithCondition unmarkText unprojectPoint unpublish unregisterAllListeners unregisterChangeObserver unregisterClass unregisterForLocalNotifications unregisterForRemoteNotifications unregisterImageWithTraitCollection unregisterListener unresolvedConflictVersionsOfItemAtURL unscheduleFromRunLoop unsignedIntegerValue unusedTrackID up update updateAction updateAssociatedServiceType updateAuthorizationData updateCacheNode updateChangeCount updateChangeCountWithToken updateCollisionPairs updateConstraints updateConstraintsIfNeeded updateCurrentPageDisplay updateFireDate updateFromPath updateInteractiveTransition updateInterval updateItemUsingCurrentState updateMeters updateName updatePrimaryHome updateRecurrence updateSearchResultsForSearchController updateTargetValue updateTimeZone updateUserActivity updateUserActivityState updateValue updateViewConstraints updateWithValues updated updatedObjects updating uploadTaskWithRequest uploadTaskWithStreamedRequest upperAngleLimit upperDistanceLimit upperLimit uppercaseLetterCharacterSet uppercaseString uppercaseStringWithLocale url useApplicationAudioSession useConstantColor useCredential useDNSServers useExtendedAuthentication useLayoutToLayoutNavigationTransitions useStoredAccessor usedRectForTextContainer user userAcceleration userActivity userActivityWasContinued userActivityWillSave userContentController userData userFullName userGrouping userInfo userInput userInteractionEnabled userInteractionNoLongerPermittedForError userInterfaceIdiom userInterfaceLayoutDirection userLocation userLocationVisible userRecordID userRecordIDs userScripts userTrackingMode username users usesAirPlayVideoWhileAirPlayScreenIsActive usesApplicationAudioSession usesBackgroundSession usesEllipsoidalExtent usesEvenOddFillRule usesExternalPlaybackWhileExternalScreenIsActive usesFontLeading usesGroupingSeparator usesMipmaps usesOrthographicProjection usesPreciseCollisionDetection usesSceneTimeBase usesSignificantDigits usesStoreSpecificMigrationManager usesStrongWriteBarrier usesWeakReadAndWriteBarriers vBasicOps vBigNum vDSP vDSP_translate vForce vImage vImage_CVUtilities vImage_Types vImage_Utilities valid validDate validTypes validateContent validateForDelete validateForInsert validateForUpdate validateTrackSegments validateValue validationPredicates validationWarnings value valueAtIndex valueChangedHandler valueExpression valueForAnimatedKey valueForAttribute valueForComponent valueForHTTPHeaderField valueForKey valueForKeyPath valueForPasteboardType valueForProperty valueForPropertyDescription valueForUndefinedKey valueFunction valueListAttributes valueLists valueOfAttribute valuePending valuePointerFunctions valueTransformerForName valueTransformerName valueTransformerNames valueWithBool valueWithBytes valueWithCATransform3D valueWithCGAffineTransform valueWithCGPoint valueWithCGRect valueWithCGSize valueWithCGVector valueWithCMTime valueWithCMTimeMapping valueWithCMTimeRange valueWithDouble valueWithInt32 valueWithJSValueRef valueWithMKCoordinate valueWithMKCoordinateSpan valueWithNewArrayInContext valueWithNewErrorFromMessage valueWithNewObjectInContext valueWithNewRegularExpressionFromPattern valueWithNonretainedObject valueWithNullInContext valueWithObject valueWithPoint valueWithPointer valueWithRange valueWithRect valueWithSCNMatrix4 valueWithSCNVector3 valueWithSCNVector4 valueWithSize valueWithUIEdgeInsets valueWithUIOffset valueWithUInt32 valueWithUndefinedInContext values valuesForAttributes valuesForKeys valuesForPasteboardType variable vecLib vecLibTypes vector vectorCount vectorOps vectorWithCGAffineTransform vectorWithCGPoint vectorWithCGRect vectorWithString vectorWithValues vectorWithX vehicleWithChassisBody velocity velocityFactor velocityFieldWithTexture velocityFieldWithVector velocityInView velocityRange vendorName version versionForClassName versionHash versionHashModifier versionIdentifiers versionOfItemAtURL vertexArguments vertexAttributes vertexDescriptor vertexFunction vertexShader verticalAccuracy verticalAlignmentMode verticalSizeClass veryShortMonthSymbols veryShortStandaloneMonthSymbols veryShortStandaloneWeekdaySymbols veryShortWeekdaySymbols vfp videoAtPathIsCompatibleWithSavedPhotosAlbum videoBinned videoBounds videoComposition videoCompositionCoreAnimationToolWithAdditionalLayer videoCompositionCoreAnimationToolWithPostProcessingAsVideoLayer videoCompositionCoreAnimationToolWithPostProcessingAsVideoLayers videoCompositionInstruction videoCompositionLayerInstruction videoCompositionLayerInstructionWithAssetTrack videoCompositionWithPropertiesOfAsset videoEditorController videoEditorControllerDidCancel videoFieldMode videoFieldOfView videoGravity videoHDREnabled videoHDRSupported videoMaxFrameDuration videoMaxScaleAndCropFactor videoMaxZoomFactor videoMaximumDuration videoMinFrameDuration videoMirrored videoNodeWithAVPlayer videoNodeWithVideoFileNamed videoNodeWithVideoURL videoOrientation videoPath videoPreviewLayer videoQuality videoRect videoScaleAndCropFactor videoSettings videoStabilizationEnabled videoStabilizationSupported videoSupportedFrameRateRanges videoTracks videoZoomFactor videoZoomFactorUpscaleThreshold view viewControllerForKey viewControllerForUnwindSegueAction viewControllerWithRestorationIdentifierPath viewControllers viewDidAppear viewDidDisappear viewDidLayoutSubviews viewDidLoad viewDidUnload viewFlipsideBackgroundColor viewForAnnotation viewForBaselineLayout viewForKey viewForOverlay viewForRow viewForZoomingInScrollView viewPrintFormatter viewState viewWillAppear viewWillDisappear viewWillLayoutSubviews viewWillTransitionToSize viewWillUnload viewWithTag viewportSize virtualMachine visibilityResultBuffer visible visibleCells visibleMapRect visibleRect visibleViewController voice voiceChatService voiceChatWithName voiceWithLanguage void volatileDomainForName volatileDomainNames volume volumeSliderRectForBounds volumeThumbImageForState volumeThumbRectForBounds volumeWarningSliderImage vortexField wait waitForDataInBackgroundAndNotify waitForDataInBackgroundAndNotifyForModes waitForDuration waitUntilAllOperationsAreFinished waitUntilCompleted waitUntilDate waitUntilFinished waitUntilScheduled walking wantsDefaultContentAppearance wantsFullScreenLayout wantsIncrementalChangeDetails wantsSoftwareDimming warmupDuration weakObjectsHashTable weakObjectsPointerArray weakToStrongObjectsMapTable weakToWeakObjectsMapTable webServiceURL webView webViewDidFinishLoad webViewDidStartLoad webpageURL week weekNumber weekOfMonth weekOfYear weekday weekdayOrdinal weekdaySymbols weeksOfTheYear weightForTargetAtIndex wetDryMix wheelWithNode wheels whiteBalanceMode whiteColor whitespaceAndNewlineCharacterSet whitespaceCharacterSet widgetController widgetMarginInsetsForProposedMarginInsets widgetPerformUpdateWithCompletionHandler width widthForSegmentAtIndex widthSegmentCount widthTracksTextView willAccessValueForKey willActivate willAnimateFirstHalfOfRotationToInterfaceOrientation willAnimateRotationToInterfaceOrientation willAnimateSecondHalfOfRotationFromInterfaceOrientation willChange willChangeValueForKey willDismissSearchController willMoveFromView willMoveToAnimator willMoveToParentViewController willMoveToSuperview willMoveToWindow willPresentActionSheet willPresentAlertView willPresentSearchController willRemoveCacheNodes willRemoveFromPersistentStoreCoordinator willRemoveSubview willRotateToInterfaceOrientation willSave willTransitionFromLayout willTransitionToState willTransitionToTraitCollection willTurnIntoFault window windowLevel windows windowsLocaleCodeFromLocaleIdentifier wirelessRouteActive wirelessRoutesAvailable workoutActivityType workoutEventWithType workoutEvents workoutType workoutWithActivityType worldCoordinates worldNormal worldSpaceDistance worldTransform wrapS wrapT wrapped wraps write writeAdditionalContent writeBookmarkData writeContents writeData writeFromBuffer writeImageDataToSavedPhotosAlbum writeImageToSavedPhotosAlbum writeJSONObject writeMask writeModifiedImageDataToSavedPhotosAlbum writeModifiedVideoAtPathToSavedPhotosAlbum writePlaceholderAtURL writePropertyList writeToFile writeToURL writeValue writeVideoAtPathToSavedPhotosAlbum writeabilityHandler writesToDepthBuffer writingDirection writingIntentWithURL x xAcceleration xAxis xFov xHeight xScale xSize xSizeySizezSize xcschememanagement y yAcceleration yAxis yFov yScale yaw yawAngle year yearForWeekOfYear yellowColor z zAcceleration zFar zIndex zNear zPosition zRotation zero zeroFormattingBehavior zeroPadsFractionDigits zeroSymbol zoneID zoneName zones zoomBouncing zoomEnabled zoomScale zoomToRect zooming ================================================ FILE: shakefun/LICENSE ================================================ The MIT License (MIT) Copyright (c) 2015 kongcup Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================ FILE: shakefun/README.md ================================================ # shakefun 在ios设备中,采集hao123上的搞笑图片或gif,然后通过摇动设备来更换显示的内容。又好玩,又锻炼身体!呵呵 本工程主要使用AFNetworking来访问网络,下载资源;使用SVProgressHUD来显示进度和用户提示。 本工程主要目的在于学习~ ================================================ FILE: shakefun/shakefun/AFNetworking/AFHTTPRequestOperation.h ================================================ // AFHTTPRequestOperation.h // Copyright (c) 2011–2015 Alamofire Software Foundation (ht
gitextract_ihm3ftmh/ ├── .gitignore ├── LICENSE ├── README.md ├── resCustom.txt ├── reskeys.txt ├── shakefun/ │ ├── LICENSE │ ├── README.md │ ├── shakefun/ │ │ ├── AFNetworking/ │ │ │ ├── AFHTTPRequestOperation.h │ │ │ ├── AFHTTPRequestOperation.m │ │ │ ├── AFHTTPRequestOperationManager.h │ │ │ ├── AFHTTPRequestOperationManager.m │ │ │ ├── AFHTTPSessionManager.h │ │ │ ├── AFHTTPSessionManager.m │ │ │ ├── AFNetworkReachabilityManager.h │ │ │ ├── AFNetworkReachabilityManager.m │ │ │ ├── AFNetworking.h │ │ │ ├── AFSecurityPolicy.h │ │ │ ├── AFSecurityPolicy.m │ │ │ ├── AFURLConnectionOperation.h │ │ │ ├── AFURLConnectionOperation.m │ │ │ ├── AFURLRequestSerialization.h │ │ │ ├── AFURLRequestSerialization.m │ │ │ ├── AFURLResponseSerialization.h │ │ │ ├── AFURLResponseSerialization.m │ │ │ ├── AFURLSessionManager.h │ │ │ └── AFURLSessionManager.m │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.xib │ │ │ └── Main.storyboard │ │ ├── CollectViewController.h │ │ ├── CollectViewController.m │ │ ├── Images.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── MagicalRecord/ │ │ │ ├── Categories/ │ │ │ │ ├── DataImport/ │ │ │ │ │ ├── MagicalImportFunctions.h │ │ │ │ │ ├── MagicalImportFunctions.m │ │ │ │ │ ├── NSAttributeDescription+MagicalDataImport.h │ │ │ │ │ ├── NSAttributeDescription+MagicalDataImport.m │ │ │ │ │ ├── NSEntityDescription+MagicalDataImport.h │ │ │ │ │ ├── NSEntityDescription+MagicalDataImport.m │ │ │ │ │ ├── NSNumber+MagicalDataImport.h │ │ │ │ │ ├── NSNumber+MagicalDataImport.m │ │ │ │ │ ├── NSObject+MagicalDataImport.h │ │ │ │ │ ├── NSObject+MagicalDataImport.m │ │ │ │ │ ├── NSRelationshipDescription+MagicalDataImport.h │ │ │ │ │ ├── NSRelationshipDescription+MagicalDataImport.m │ │ │ │ │ ├── NSString+MagicalDataImport.h │ │ │ │ │ └── NSString+MagicalDataImport.m │ │ │ │ ├── NSManagedObject/ │ │ │ │ │ ├── NSManagedObject+MagicalAggregation.h │ │ │ │ │ ├── NSManagedObject+MagicalAggregation.m │ │ │ │ │ ├── NSManagedObject+MagicalDataImport.h │ │ │ │ │ ├── NSManagedObject+MagicalDataImport.m │ │ │ │ │ ├── NSManagedObject+MagicalFinders.h │ │ │ │ │ ├── NSManagedObject+MagicalFinders.m │ │ │ │ │ ├── NSManagedObject+MagicalRecord.h │ │ │ │ │ ├── NSManagedObject+MagicalRecord.m │ │ │ │ │ ├── NSManagedObject+MagicalRequests.h │ │ │ │ │ └── NSManagedObject+MagicalRequests.m │ │ │ │ ├── NSManagedObjectContext/ │ │ │ │ │ ├── NSManagedObjectContext+MagicalObserving.h │ │ │ │ │ ├── NSManagedObjectContext+MagicalObserving.m │ │ │ │ │ ├── NSManagedObjectContext+MagicalRecord.h │ │ │ │ │ ├── NSManagedObjectContext+MagicalRecord.m │ │ │ │ │ ├── NSManagedObjectContext+MagicalSaves.h │ │ │ │ │ ├── NSManagedObjectContext+MagicalSaves.m │ │ │ │ │ ├── NSManagedObjectContext+MagicalThreading.h │ │ │ │ │ └── NSManagedObjectContext+MagicalThreading.m │ │ │ │ ├── NSManagedObjectModel+MagicalRecord.h │ │ │ │ ├── NSManagedObjectModel+MagicalRecord.m │ │ │ │ ├── NSPersistentStore+MagicalRecord.h │ │ │ │ ├── NSPersistentStore+MagicalRecord.m │ │ │ │ ├── NSPersistentStoreCoordinator+MagicalRecord.h │ │ │ │ └── NSPersistentStoreCoordinator+MagicalRecord.m │ │ │ ├── Core/ │ │ │ │ ├── MagicalRecord+Actions.h │ │ │ │ ├── MagicalRecord+Actions.m │ │ │ │ ├── MagicalRecord+ErrorHandling.h │ │ │ │ ├── MagicalRecord+ErrorHandling.m │ │ │ │ ├── MagicalRecord+Options.h │ │ │ │ ├── MagicalRecord+Options.m │ │ │ │ ├── MagicalRecord+Setup.h │ │ │ │ ├── MagicalRecord+Setup.m │ │ │ │ ├── MagicalRecord+ShorthandSupport.h │ │ │ │ ├── MagicalRecord+ShorthandSupport.m │ │ │ │ ├── MagicalRecord+iCloud.h │ │ │ │ ├── MagicalRecord+iCloud.m │ │ │ │ ├── MagicalRecord.h │ │ │ │ ├── MagicalRecord.m │ │ │ │ └── MagicalRecordShorthand.h │ │ │ └── CoreData+MagicalRecord.h │ │ ├── PrefixHeader.pch │ │ ├── SVProgressHUD/ │ │ │ ├── SVProgressHUD.h │ │ │ └── SVProgressHUD.m │ │ ├── URLEntity.h │ │ ├── URLEntity.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── main.m │ │ └── shakefun.xcdatamodeld/ │ │ ├── .xccurrentversion │ │ └── shakefun.xcdatamodel/ │ │ └── contents │ ├── shakefun.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── shakefunTests/ │ ├── Info.plist │ └── shakefunTests.m ├── zmconfuse.sh ├── zmreplacewords/ │ ├── zmreplacewords/ │ │ └── main.c │ └── zmreplacewords.xcodeproj/ │ ├── project.pbxproj │ └── project.xcworkspace/ │ └── contents.xcworkspacedata └── zmreplacewords.run
SYMBOL INDEX (4 symbols across 4 files)
FILE: shakefun/shakefun/AFNetworking/AFSecurityPolicy.h
type AFSSLPinningModeNone (line 25) | typedef NS_ENUM(NSUInteger, AFSSLPinningMode) {
FILE: shakefun/shakefun/CollectViewController.h
function interface (line 13) | interface CollectViewController : UIViewController <UITextFieldDelegate>
FILE: shakefun/shakefun/SVProgressHUD/SVProgressHUD.h
type NSUInteger (line 20) | typedef NSUInteger SVProgressHUDMaskType;
FILE: zmreplacewords/zmreplacewords/main.c
function main (line 20) | int main(int argc, const char * argv[]) {
Condensed preview — 108 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (890K chars).
[
{
"path": ".gitignore",
"chars": 494,
"preview": "# Xcode\n#\nbuild/\n*.pbxuser\n!default.pbxuser\n*.mode1v3\n!default.mode1v3\n*.mode2v3\n!default.mode2v3\n*.perspectivev3\n!defau"
},
{
"path": "LICENSE",
"chars": 1075,
"preview": "The MIT License (MIT)\n\nCopyright (c) 2015 kongcup\n\nPermission is hereby granted, free of charge, to any person obtaining"
},
{
"path": "README.md",
"chars": 266,
"preview": "# ZMConfuse\nZMConfuse 是一个命令行脚本。用于对使用Objective-C为开发语言的应用进行代码混淆。混淆的内容包括文件名、类名、协议名、函数名。\n混淆实际是对上述内容的关键字提取之后进行md5加密,使得工程的可读性降"
},
{
"path": "resCustom.txt",
"chars": 0,
"preview": ""
},
{
"path": "reskeys.txt",
"chars": 195870,
"preview": "A\nABAddressBook\nABAddressFormatting\nABGroup\nABMultiValue\nABNewPersonViewController\nABNewPersonViewControllerDelegate\nABP"
},
{
"path": "shakefun/LICENSE",
"chars": 1075,
"preview": "The MIT License (MIT)\n\nCopyright (c) 2015 kongcup\n\nPermission is hereby granted, free of charge, to any person obtaining"
},
{
"path": "shakefun/README.md",
"chars": 139,
"preview": "# shakefun\n在ios设备中,采集hao123上的搞笑图片或gif,然后通过摇动设备来更换显示的内容。又好玩,又锻炼身体!呵呵\n\n本工程主要使用AFNetworking来访问网络,下载资源;使用SVProgressHUD来显示进度和"
},
{
"path": "shakefun/shakefun/AFNetworking/AFHTTPRequestOperation.h",
"chars": 4560,
"preview": "// AFHTTPRequestOperation.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Permi"
},
{
"path": "shakefun/shakefun/AFNetworking/AFHTTPRequestOperation.m",
"chars": 7511,
"preview": "// AFHTTPRequestOperation.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Permi"
},
{
"path": "shakefun/shakefun/AFNetworking/AFHTTPRequestOperationManager.h",
"chars": 19965,
"preview": "// AFHTTPRequestOperationManager.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n/"
},
{
"path": "shakefun/shakefun/AFNetworking/AFHTTPRequestOperationManager.m",
"chars": 11356,
"preview": "// AFHTTPRequestOperationManager.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n/"
},
{
"path": "shakefun/shakefun/AFNetworking/AFHTTPSessionManager.h",
"chars": 15233,
"preview": "// AFHTTPSessionManager.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Permiss"
},
{
"path": "shakefun/shakefun/AFNetworking/AFHTTPSessionManager.m",
"chars": 12220,
"preview": "// AFHTTPSessionManager.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Permiss"
},
{
"path": "shakefun/shakefun/AFNetworking/AFNetworkReachabilityManager.h",
"chars": 7993,
"preview": "// AFNetworkReachabilityManager.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n//"
},
{
"path": "shakefun/shakefun/AFNetworking/AFNetworkReachabilityManager.m",
"chars": 10071,
"preview": "// AFNetworkReachabilityManager.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n//"
},
{
"path": "shakefun/shakefun/AFNetworking/AFNetworking.h",
"chars": 1866,
"preview": "// AFNetworking.h\n//\n// Copyright (c) 2013 AFNetworking (http://afnetworking.com/)\n// \n// Permission is hereby granted, "
},
{
"path": "shakefun/shakefun/AFNetworking/AFSecurityPolicy.h",
"chars": 5231,
"preview": "// AFSecurityPolicy.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Permission "
},
{
"path": "shakefun/shakefun/AFNetworking/AFSecurityPolicy.m",
"chars": 11093,
"preview": "// AFSecurityPolicy.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Permission "
},
{
"path": "shakefun/shakefun/AFNetworking/AFURLConnectionOperation.h",
"chars": 17690,
"preview": "// AFURLConnectionOperation.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Per"
},
{
"path": "shakefun/shakefun/AFNetworking/AFURLConnectionOperation.m",
"chars": 27547,
"preview": "// AFURLConnectionOperation.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Per"
},
{
"path": "shakefun/shakefun/AFNetworking/AFURLRequestSerialization.h",
"chars": 22614,
"preview": "// AFURLRequestSerialization.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Pe"
},
{
"path": "shakefun/shakefun/AFNetworking/AFURLRequestSerialization.m",
"chars": 51620,
"preview": "// AFURLRequestSerialization.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Pe"
},
{
"path": "shakefun/shakefun/AFNetworking/AFURLResponseSerialization.h",
"chars": 12100,
"preview": "// AFURLResponseSerialization.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// P"
},
{
"path": "shakefun/shakefun/AFNetworking/AFURLResponseSerialization.m",
"chars": 28134,
"preview": "// AFURLResponseSerialization.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// P"
},
{
"path": "shakefun/shakefun/AFNetworking/AFURLSessionManager.h",
"chars": 30965,
"preview": "// AFURLSessionManager.h\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Permissi"
},
{
"path": "shakefun/shakefun/AFNetworking/AFURLSessionManager.m",
"chars": 50888,
"preview": "// AFURLSessionManager.m\n// Copyright (c) 2011–2015 Alamofire Software Foundation (http://alamofire.org/)\n//\n// Permissi"
},
{
"path": "shakefun/shakefun/AppDelegate.h",
"chars": 623,
"preview": "//\n// AppDelegate.h\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved.\n//\n\n#"
},
{
"path": "shakefun/shakefun/AppDelegate.m",
"chars": 6683,
"preview": "//\n// AppDelegate.m\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved.\n//\n\n#"
},
{
"path": "shakefun/shakefun/Base.lproj/LaunchScreen.xib",
"chars": 3702,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.XIB\" versi"
},
{
"path": "shakefun/shakefun/Base.lproj/Main.storyboard",
"chars": 11488,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n<document type=\"com.apple.InterfaceBuilder3.CocoaTouch.Storyboard"
},
{
"path": "shakefun/shakefun/CollectViewController.h",
"chars": 515,
"preview": "//\n// CollectViewController.h\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reser"
},
{
"path": "shakefun/shakefun/CollectViewController.m",
"chars": 2566,
"preview": "//\n// CollectViewController.m\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reser"
},
{
"path": "shakefun/shakefun/Images.xcassets/AppIcon.appiconset/Contents.json",
"chars": 585,
"preview": "{\n \"images\" : [\n {\n \"idiom\" : \"iphone\",\n \"size\" : \"29x29\",\n \"scale\" : \"2x\"\n },\n {\n \"idiom\""
},
{
"path": "shakefun/shakefun/Images.xcassets/Contents.json",
"chars": 62,
"preview": "{\n \"info\" : {\n \"version\" : 1,\n \"author\" : \"xcode\"\n }\n}"
},
{
"path": "shakefun/shakefun/Info.plist",
"chars": 1312,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/MagicalImportFunctions.h",
"chars": 698,
"preview": "//\n// MagicalImportFunctions.h\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 2012 Magical"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/MagicalImportFunctions.m",
"chars": 3453,
"preview": "//\n// MagicalImportFunctions.m\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 2012 Magical"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSAttributeDescription+MagicalDataImport.h",
"chars": 386,
"preview": "//\n// NSAttributeDescription+MagicalDataImport.h\n// Magical Record\n//\n// Created by Saul Mora on 9/4/11.\n// Copyrigh"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSAttributeDescription+MagicalDataImport.m",
"chars": 1970,
"preview": "//\n// NSAttributeDescription+MagicalDataImport.m\n// Magical Record\n//\n// Created by Saul Mora on 9/4/11.\n// Copyrigh"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSEntityDescription+MagicalDataImport.h",
"chars": 387,
"preview": "//\n// NSEntityDescription+MagicalDataImport.h\n// Magical Record\n//\n// Created by Saul Mora on 9/5/11.\n// Copyright 2"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSEntityDescription+MagicalDataImport.m",
"chars": 1035,
"preview": "//\n// NSEntityDescription+MagicalDataImport.m\n// Magical Record\n//\n// Created by Saul Mora on 9/5/11.\n// Copyright 2"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSNumber+MagicalDataImport.h",
"chars": 421,
"preview": "//\n// NSNumber+MagicalDataImport.h\n// Magical Record\n//\n// Created by Saul Mora on 9/4/11.\n// Copyright 2011 Magical"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSNumber+MagicalDataImport.m",
"chars": 473,
"preview": "//\n// NSNumber+MagicalDataImport.m\n// Magical Record\n//\n// Created by Saul Mora on 9/4/11.\n// Copyright 2011 Magical"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSObject+MagicalDataImport.h",
"chars": 585,
"preview": "//\n// NSDictionary+MagicalDataImport.h\n// Magical Record\n//\n// Created by Saul Mora on 9/4/11.\n// Copyright 2011 Mag"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSObject+MagicalDataImport.m",
"chars": 2602,
"preview": "//\n// NSDictionary+MagicalDataImport.m\n// Magical Record\n//\n// Created by Saul Mora on 9/4/11.\n// Copyright 2011 Mag"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.h",
"chars": 315,
"preview": "//\n// NSRelationshipDescription+MagicalDataImport.h\n// Magical Record\n//\n// Created by Saul Mora on 9/4/11.\n// Copyr"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSRelationshipDescription+MagicalDataImport.m",
"chars": 661,
"preview": "//\n// NSRelationshipDescription+MagicalDataImport.m\n// Magical Record\n//\n// Created by Saul Mora on 9/4/11.\n// Copyr"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSString+MagicalDataImport.h",
"chars": 326,
"preview": "//\n// NSString+MagicalRecord_MagicalDataImport.h\n// Magical Record\n//\n// Created by Saul Mora on 12/10/11.\n// Copyri"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/DataImport/NSString+MagicalDataImport.m",
"chars": 762,
"preview": "//\n// NSString+MagicalRecord_MagicalDataImport.m\n// Magical Record\n//\n// Created by Saul Mora on 12/10/11.\n// Copyri"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.h",
"chars": 1465,
"preview": "//\n// NSManagedObject+MagicalAggregation.h\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) "
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalAggregation.m",
"chars": 5252,
"preview": "//\n// NSManagedObject+MagicalAggregation.m\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) "
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalDataImport.h",
"chars": 1057,
"preview": "//\n// NSManagedObject+JSONHelpers.h\n//\n// Created by Saul Mora on 6/28/11.\n// Copyright 2011 Magical Panda Software L"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalDataImport.m",
"chars": 11957,
"preview": "//\n// NSManagedObject+JSONHelpers.m\n//\n// Created by Saul Mora on 6/28/11.\n// Copyright 2011 Magical Panda Software L"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalFinders.h",
"chars": 4820,
"preview": "//\n// NSManagedObject+MagicalFinders.h\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 2012"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalFinders.m",
"chars": 15819,
"preview": " //\n// NSManagedObject+MagicalFinders.m\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) "
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.h",
"chars": 1733,
"preview": "//\n//\n// Created by Saul Mora on 11/15/09.\n// Copyright 2010 Magical Panda Software, LLC All rights reserved.\n//\n\n#imp"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRecord.m",
"chars": 6171,
"preview": "\n// Created by Saul Mora on 11/15/09.\n// Copyright 2010 Magical Panda Software, LLC All rights reserved.\n//\n\n#import \""
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRequests.h",
"chars": 1876,
"preview": "//\n// NSManagedObject+MagicalRequests.h\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 201"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObject/NSManagedObject+MagicalRequests.m",
"chars": 4966,
"preview": "//\n// NSManagedObject+MagicalRequests.m\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 201"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.h",
"chars": 682,
"preview": "//\n// NSManagedObjectContext+MagicalObserving.h\n// Magical Record\n//\n// Created by Saul Mora on 3/9/12.\n// Copyright"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalObserving.m",
"chars": 4125,
"preview": "//\n// NSManagedObjectContext+MagicalObserving.m\n// Magical Record\n//\n// Created by Saul Mora on 3/9/12.\n// Copyright"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.h",
"chars": 1069,
"preview": "//\n// NSManagedObjectContext+MagicalRecord.h\n//\n// Created by Saul Mora on 11/23/09.\n// Copyright 2010 Magical Panda "
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalRecord.m",
"chars": 8823,
"preview": "//\n// NSManagedObjectContext+MagicalRecord.m\n//\n// Created by Saul Mora on 11/23/09.\n// Copyright 2010 Magical Panda "
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.h",
"chars": 6300,
"preview": "//\n// NSManagedObjectContext+MagicalSaves.h\n// Magical Record\n//\n// Created by Saul Mora on 3/9/12.\n// Copyright (c)"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalSaves.m",
"chars": 5874,
"preview": "//\n// NSManagedObjectContext+MagicalSaves.m\n// Magical Record\n//\n// Created by Saul Mora on 3/9/12.\n// Copyright (c)"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalThreading.h",
"chars": 373,
"preview": "//\n// NSManagedObjectContext+MagicalThreading.h\n// Magical Record\n//\n// Created by Saul Mora on 3/9/12.\n// Copyright"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectContext/NSManagedObjectContext+MagicalThreading.m",
"chars": 1189,
"preview": "//\n// NSManagedObjectContext+MagicalThreading.m\n// Magical Record\n//\n// Created by Saul Mora on 3/9/12.\n// Copyright"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectModel+MagicalRecord.h",
"chars": 788,
"preview": "//\n// NSManagedObjectModel+MagicalRecord.h\n//\n// Created by Saul Mora on 3/11/10.\n// Copyright 2010 Magical Panda Sof"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSManagedObjectModel+MagicalRecord.m",
"chars": 2071,
"preview": "//\n// NSManagedObjectModel+MagicalRecord.m\n//\n// Created by Saul Mora on 3/11/10.\n// Copyright 2010 Magical Panda Sof"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.h",
"chars": 633,
"preview": "//\n// NSPersistentStore+MagicalRecord.h\n//\n// Created by Saul Mora on 3/11/10.\n// Copyright 2010 Magical Panda Softwa"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSPersistentStore+MagicalRecord.m",
"chars": 2260,
"preview": "//\n// NSPersistentStore+MagicalRecord.m\n//\n// Created by Saul Mora on 3/11/10.\n// Copyright 2010 Magical Panda Softwa"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.h",
"chars": 2197,
"preview": "//\n// NSPersistentStoreCoordinator+MagicalRecord.h\n//\n// Created by Saul Mora on 3/11/10.\n// Copyright 2010 Magical P"
},
{
"path": "shakefun/shakefun/MagicalRecord/Categories/NSPersistentStoreCoordinator+MagicalRecord.m",
"chars": 11911,
"preview": "//\n// NSPersistentStoreCoordinator+MagicalRecord.m\n//\n// Created by Saul Mora on 3/11/10.\n// Copyright 2010 Magical P"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+Actions.h",
"chars": 2060,
"preview": "//\n// MagicalRecord+Actions.h\n//\n// Created by Saul Mora on 2/24/11.\n// Copyright 2011 Magical Panda Software. All ri"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+Actions.m",
"chars": 4035,
"preview": "//\n// MagicalRecord+Actions.m\n//\n// Created by Saul Mora on 2/24/11.\n// Copyright 2011 Magical Panda Software. All ri"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+ErrorHandling.h",
"chars": 444,
"preview": "//\n// MagicalRecord+ErrorHandling.h\n// Magical Record\n//\n// Created by Saul Mora on 3/6/12.\n// Copyright (c) 2012 Ma"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+ErrorHandling.m",
"chars": 2235,
"preview": "//\n// MagicalRecord+ErrorHandling.m\n// Magical Record\n//\n// Created by Saul Mora on 3/6/12.\n// Copyright (c) 2012 Ma"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+Options.h",
"chars": 1145,
"preview": "//\n// MagicalRecord+Options.h\n// Magical Record\n//\n// Created by Saul Mora on 3/6/12.\n// Copyright (c) 2012 Magical "
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+Options.m",
"chars": 1216,
"preview": "//\n// MagicalRecord+Options.m\n// Magical Record\n//\n// Created by Saul Mora on 3/6/12.\n// Copyright (c) 2012 Magical "
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+Setup.h",
"chars": 498,
"preview": "//\n// MagicalRecord+Setup.h\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 2012 Magical Pa"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+Setup.m",
"chars": 1955,
"preview": "//\n// MagicalRecord+Setup.m\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 2012 Magical Pa"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+ShorthandSupport.h",
"chars": 313,
"preview": "//\n// MagicalRecord+ShorthandSupport.h\n// Magical Record\n//\n// Created by Saul Mora on 3/6/12.\n// Copyright (c) 2012"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+ShorthandSupport.m",
"chars": 5844,
"preview": "//\n// MagicalRecord+ShorthandSupport.m\n// Magical Record\n//\n// Created by Saul Mora on 3/6/12.\n// Copyright (c) 2012"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+iCloud.h",
"chars": 828,
"preview": "//\n// MagicalRecord+iCloud.h\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 2012 Magical P"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord+iCloud.m",
"chars": 2633,
"preview": "//\n// MagicalRecord+iCloud.m\n// Magical Record\n//\n// Created by Saul Mora on 3/7/12.\n// Copyright (c) 2012 Magical P"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord.h",
"chars": 1309,
"preview": "//\n// MagicalRecord.h\n//\n// Created by Saul Mora on 3/11/10.\n// Copyright 2010 Magical Panda Software, LLC All rights"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecord.m",
"chars": 2804,
"preview": "//\n// MagicalRecord.m\n//\n// Created by Saul Mora on 3/11/10.\n// Copyright 2010 Magical Panda Software, LLC All rights"
},
{
"path": "shakefun/shakefun/MagicalRecord/Core/MagicalRecordShorthand.h",
"chars": 14807,
"preview": "#ifdef MR_SHORTHAND\n\n\n\n\n\n\n\n@interface NSManagedObject (MagicalAggregationShortHand)\n+ (NSNumber *) numberOfEntities;\n+ ("
},
{
"path": "shakefun/shakefun/MagicalRecord/CoreData+MagicalRecord.h",
"chars": 2091,
"preview": "\n#ifndef NS_BLOCKS_AVAILABLE\n #warning MagicalRecord requires blocks\n#endif\n\n#ifdef __OBJC__\n// #if !( __has_featu"
},
{
"path": "shakefun/shakefun/PrefixHeader.pch",
"chars": 540,
"preview": "//\n// PrefixHeader.pch\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved.\n//"
},
{
"path": "shakefun/shakefun/SVProgressHUD/SVProgressHUD.h",
"chars": 1643,
"preview": "//\n// SVProgressHUD.h\n//\n// Created by Sam Vermette on 27.03.11.\n// Copyright 2011 Sam Vermette. All rights reserved."
},
{
"path": "shakefun/shakefun/SVProgressHUD/SVProgressHUD.m",
"chars": 19775,
"preview": "//\n// SVProgressHUD.m\n//\n// Created by Sam Vermette on 27.03.11.\n// Copyright 2011 Sam Vermette. All rights reserved."
},
{
"path": "shakefun/shakefun/URLEntity.h",
"chars": 330,
"preview": "//\n// URLEntity.h\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved.\n//\n\n#im"
},
{
"path": "shakefun/shakefun/URLEntity.m",
"chars": 211,
"preview": "//\n// URLEntity.m\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved.\n//\n\n#im"
},
{
"path": "shakefun/shakefun/ViewController.h",
"chars": 500,
"preview": "//\n// ViewController.h\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved.\n//"
},
{
"path": "shakefun/shakefun/ViewController.m",
"chars": 10021,
"preview": "//\n// ViewController.m\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved.\n//"
},
{
"path": "shakefun/shakefun/main.m",
"chars": 319,
"preview": "//\n// main.m\n// shakefun\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved.\n//\n\n#import "
},
{
"path": "shakefun/shakefun/shakefun.xcdatamodeld/.xccurrentversion",
"chars": 261,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "shakefun/shakefun/shakefun.xcdatamodeld/shakefun.xcdatamodel/contents",
"chars": 702,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<model userDefinedModelVersionIdentifier=\"\" type=\"com.apple.IDEC"
},
{
"path": "shakefun/shakefun.xcodeproj/project.pbxproj",
"chars": 51519,
"preview": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section *"
},
{
"path": "shakefun/shakefun.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
"chars": 153,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n version = \"1.0\">\n <FileRef\n location = \"self:shakefun.xcodep"
},
{
"path": "shakefun/shakefunTests/Info.plist",
"chars": 741,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/P"
},
{
"path": "shakefun/shakefunTests/shakefunTests.m",
"chars": 847,
"preview": "//\n// shakefunTests.m\n// shakefunTests\n//\n// Created by zm on 15/9/9.\n// Copyright (c) 2015年 zm. All rights reserved"
},
{
"path": "zmconfuse.sh",
"chars": 6524,
"preview": "#!/bin/bash\necho \"#########################################\"\necho \"File Name:zmconfuse.sh\"\necho \"Copyright (c) 2015 ZM"
},
{
"path": "zmreplacewords/zmreplacewords/main.c",
"chars": 6424,
"preview": "//\n// main.c\n// zmreplacewords\n//\n// Created by zm on 16/2/15.\n// Copyright © 2016年 zm. All rights reserved.\n//\n\n#in"
},
{
"path": "zmreplacewords/zmreplacewords.xcodeproj/project.pbxproj",
"chars": 7554,
"preview": "// !$*UTF8*$!\n{\n\tarchiveVersion = 1;\n\tclasses = {\n\t};\n\tobjectVersion = 46;\n\tobjects = {\n\n/* Begin PBXBuildFile section *"
},
{
"path": "zmreplacewords/zmreplacewords.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
"chars": 159,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Workspace\n version = \"1.0\">\n <FileRef\n location = \"self:zmreplacewords."
}
]
// ... and 1 more files (download for full content)
About this extraction
This page contains the full source code of the kongcup/ZMConfuse GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 108 files (825.2 KB), approximately 196.7k tokens, and a symbol index with 4 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.