├── .ruby-gemset ├── .ruby-version ├── Gemfile ├── XcodeRefactoringPlus ├── en.lproj │ └── InfoPlist.strings ├── XcodeClasses │ ├── NOTES.txt │ └── Xcode6.3 │ │ ├── SceneKit │ │ ├── JSExport.h │ │ ├── SCNPhysicsBehaviorJSExport.h │ │ ├── SCNPhysicsDragFieldJSExport.h │ │ ├── SCNPhysicsCustomFieldJSExport.h │ │ ├── NSCopying.h │ │ ├── SCNPhysicsElectricFieldJSExport.h │ │ ├── SCNPhysicsMagneticFieldJSExport.h │ │ ├── SCNPhysicsTurbulenceFieldJSExport.h │ │ ├── NSArray-SCNDeepCopy.h │ │ ├── NSSecureCoding.h │ │ ├── SCNPhysicsRadialGravityFieldJSExport.h │ │ ├── NSDictionary-SCNDeepCopy.h │ │ ├── SCNJSLayer.h │ │ ├── NSImage-SCNAddition.h │ │ ├── SCNContainerLayer.h │ │ ├── NSCoding.h │ │ └── SCNTechniqueSupport.h │ │ ├── DVTFoundation │ │ ├── DTXAllowedRPC.h │ │ ├── NSObject-Deprecated.h │ │ ├── NSCopying.h │ │ ├── NSCharacterSet-DVTFoundationClassAdditions.h │ │ ├── NSSecureCoding.h │ │ ├── NSData-DVTNSDataStdIO.h │ │ ├── NSMutableCopying.h │ │ ├── DVTDelayedInvocationNew.h │ │ ├── NSObject-DVTArcSupport.h │ │ ├── NSURL-DVTSecurityAdditions.h │ │ ├── DVTMixIn.h │ │ ├── DVTProgressReporting.h │ │ ├── NSObject-DVTInvalidation2.h │ │ ├── DVTTextlikeFindDescriptor.h │ │ └── NSValue-DVTGeometryAdditions.h │ │ ├── IDEFoundation │ │ ├── DTXAllowedRPC.h │ │ ├── IDEPrimitiveSchemeCommand.h │ │ ├── IDEUpgradeContext.h │ │ ├── NSCopying.h │ │ ├── NSSecureCoding.h │ │ ├── IDEIndexableProvider.h │ │ ├── ProjectItemWrapper.h │ │ ├── NSMutableCopying.h │ │ ├── DVTProgressReporting.h │ │ └── IDEInitialization.h │ │ ├── XDBase │ │ ├── XDUMLStereotype.h │ │ ├── XDGroup.h │ │ ├── XDUMLClassInterfaceCommons.h │ │ ├── XDUMLType.h │ │ ├── XDMappingModelUtilities.h │ │ ├── XDUMLRelationship.h │ │ ├── NSCoding.h │ │ ├── XCDiffHashing.h │ │ ├── XDUMLPackageableElement.h │ │ ├── XDUMLStructuralFeature.h │ │ └── XDUMLNamespace.h │ │ ├── IDEiOSSupportCore │ │ ├── DTXAllowedRPC.h │ │ ├── IDERunOperationWorkerChaining.h │ │ └── DVTiPhone.h │ │ ├── DTPerformanceSession │ │ └── DTXAllowedRPC.h │ │ ├── DTXConnectionServices │ │ ├── DTXAllowedRPC.h │ │ ├── NSSecureCoding.h │ │ ├── DTXLegacyBufferMessage.h │ │ └── DTXLegacyDictionaryMessage.h │ │ ├── XcodeEdit │ │ ├── XCParagraphMarkers.h │ │ ├── NSCursor-XCTextExtras.h │ │ └── XCFoldInlineTokenAttachment.h │ │ ├── DevToolsInterface │ │ ├── XCElementDropperP.h │ │ ├── XCElementSpacerP.h │ │ ├── NSMatrixDelegate.h │ │ ├── NSTextFieldDelegate.h │ │ ├── XCDockViewHeader.h │ │ ├── XCNonReplacedMenu.h │ │ ├── NSCopying.h │ │ ├── PBXBookmarkSupport.h │ │ ├── PBXSelectableText.h │ │ ├── NSScreen-PBXExtensions.h │ │ ├── XCOQDontSubstituteMenu.h │ │ ├── XCProxyObjectProtocol.h │ │ ├── NSUndoManager-XCUndoHaks.h │ │ ├── PBXPopUpButtonCell.h │ │ ├── XCImageAndTextCell.h │ │ ├── XCLogNoticeAdapter.h │ │ ├── NSCursor-PBXHTMLCursorExtras.h │ │ ├── NSWindow-PBXAppKitExtensions.h │ │ ├── NSBundle-AuxiliaryImageInfo.h │ │ ├── NSMutableCopying.h │ │ ├── NSNumber-PListEditor.h │ │ ├── NSToolbar-PBXExtensions.h │ │ ├── PBXProject-PBXIconImageAdditions.h │ │ ├── _XCOQFinderOperationGroup.h │ │ ├── NSObject-PBXInspectorPanelSupport.h │ │ ├── NSTextView-PBXIndentation.h │ │ ├── PBXBookmark-PBXIconImageAdditions.h │ │ ├── PBXGroup-PBXInspectorPanelSupport.h │ │ ├── SCMDirectoryEntry-SCMExtensions.h │ │ ├── XCConfigurableDataNode.h │ │ ├── XCGroupingProtocol.h │ │ ├── XCUnretainedReferent.h │ │ ├── NSFont-FallbackAPI.h │ │ ├── PBXBookmark-PBXInspectorPanelSupport.h │ │ ├── PBXBreakpoint-PBXIconImageAdditions.h │ │ ├── PBXTSStreamConsuming.h │ │ ├── PBXTarget-PBXInspectorPanelSupport.h │ │ ├── PBXTargetGroup-PBXIconImageAdditions.h │ │ ├── SCMSandboxEntry-PBXIconImageAdditions.h │ │ ├── XCColorTheme-XCSyntaxColoringPrefs.h │ │ ├── XCConfigurableDataSource.h │ │ ├── XCConsole.h │ │ ├── XCE_StorageForCGFloat.h │ │ ├── XCLogHeaderInclusionAdapter.h │ │ ├── XCMenuButton.h │ │ ├── XCNetworkHostObserver.h │ │ └── _XCElementOpaqueView.h │ │ ├── IDEKit │ │ ├── IDEDocumentationWindow.h │ │ ├── IDEPrimitiveSchemeCommand.h │ │ ├── IDEBatchFindResultSetProtocol.h │ │ ├── NSTextFieldDelegate.h │ │ ├── IDECommandHandler.h │ │ ├── NSCopying.h │ │ ├── IDEQuickHelpConstants.h │ │ ├── IDESourceControlTreeGroup-UILevelActions.h │ │ ├── XCLogNoticeAdapter.h │ │ ├── IDESchemeOptionMenuItem.h │ │ ├── IDETestingSelection.h │ │ ├── __IDENSImageAdditionsClass.h │ │ ├── IDEPickerAccountRow.h │ │ ├── IDEIndexSymbolSelectionSource.h │ │ ├── IDENavigationHUDDisposableLayer.h │ │ ├── IDESourceControlBranch-UILevelActions.h │ │ ├── IDE_IBFlippedView.h │ │ ├── DVTProgressReporting.h │ │ ├── IDEEditorAreaContainer.h │ │ ├── IDEMustCloseOnQuitDocument.h │ │ ├── IDE_StorageForCGFloat.h │ │ ├── NSValidatedUserInterfaceItem.h │ │ ├── XCLogHeaderInclusionAdapter.h │ │ ├── DVTTextlikeFindDescriptor.h │ │ ├── IDEBounceAlertViewController.h │ │ ├── IDEInitialization.h │ │ ├── IDEOpenRequest.h │ │ ├── IDEShowTabAlertViewController.h │ │ ├── IDESpeechAlertViewController.h │ │ ├── IDETemplateOptionsView.h │ │ ├── NSCoding.h │ │ ├── NSURL-IDEKitClassAdditions.h │ │ ├── RVPeoplePickerDelegate.h │ │ ├── _IDEKitPrivateClassForFindingBundle.h │ │ ├── DVTModelObject.h │ │ ├── IDEFirstIssueAlertViewController.h │ │ ├── IDEScopeableView.h │ │ ├── IDEShowEditorAlertViewController.h │ │ ├── NSAlertDelegate.h │ │ └── NSDictionary-NSDictionaryScripting.h │ │ ├── IDEModelFoundation │ │ ├── XDUMLStereotype.h │ │ ├── XDUMLClassInterfaceCommons.h │ │ ├── XDUMLType.h │ │ ├── XDMappingModelUtilities.h │ │ └── XDUMLRelationship.h │ │ ├── README.md │ │ ├── XCSCore │ │ ├── XCSCore.h │ │ ├── NSData-CRC32.h │ │ ├── NSHTTPURLResponse-XCSUtilities.h │ │ └── NSImage-NSImage.h │ │ ├── XCTest │ │ ├── XCTestManager_TestsInterface.h │ │ └── NSValue-XCTestAdditions.h │ │ ├── DevToolsCore │ │ ├── PBXTSStreamConsumerRetaining.h │ │ ├── NSCopying.h │ │ ├── NSData-SpecificationCacheConveniences.h │ │ ├── PBXExternalTarget.h │ │ ├── PBXProjectItem.h │ │ ├── NSString-PBXObjectScripting.h │ │ ├── PBXFolderFileTypePart.h │ │ ├── PBXRegularFileTypePart.h │ │ ├── NSMutableCopying.h │ │ ├── NSString-SourceTreeMethods.h │ │ ├── NSString-XCSCMSupport.h │ │ ├── PBXSymbolicLinkFileTypePart.h │ │ ├── XCBuildLogChangeEvent.h │ │ ├── XCGDBBreakpointCondition.h │ │ ├── PBXTSStreamConsuming.h │ │ ├── XCNetworkHostObserver.h │ │ ├── NSArray-PBXArchiveSelectors.h │ │ ├── NSCoding.h │ │ ├── NSValue-PBXArchiveSelectors.h │ │ └── XCDiffHashing.h │ │ ├── IDEDocViewer │ │ ├── IDEDocumentationWindow.h │ │ ├── IDECommandHandler.h │ │ ├── NSTextFieldDelegate.h │ │ ├── NSCopying.h │ │ ├── DSANode-OutlineViewSupport.h │ │ ├── IDEDocNavigableItemSupport.h │ │ ├── DOMEventListener.h │ │ ├── DSANode-IDEDocNavigableItemSupport.h │ │ ├── DSANode-SampleCodeExtras.h │ │ ├── IDEDocModelObjectDataProvider.h │ │ ├── IDEDocContentOutlineTableRowView.h │ │ └── IDEInitialization.h │ │ ├── DVTKit │ │ ├── NSTextFieldDelegate.h │ │ ├── NSCopying.h │ │ ├── _DVTMarkerMenuItem.h │ │ ├── NSSecureCoding.h │ │ ├── DVTDraggableView.h │ │ ├── NSData-PlistDataExtensions.h │ │ ├── NSDate-PlistDateExtensions.h │ │ ├── NSView-LayoutOrder.h │ │ ├── NSString-DVTPlistComment.h │ │ ├── DVTDelegateValidator.h │ │ ├── NSFont-DVTARCAdditions.h │ │ ├── NSScrollView-LayoutOrder.h │ │ ├── NSString-DVTFileIconAdditions.h │ │ ├── DVTPainter.h │ │ ├── DVTPlistOutlineHeaderCell.h │ │ ├── NSCursor-DVTSourceTextViewExtras.h │ │ ├── NSNib-DVTNSNibAdditions.h │ │ ├── __DVTThemeNSImageAdditionsClass.h │ │ ├── DVTPlistScrollView.h │ │ ├── DVTScopeBarButton.h │ │ ├── NSFontPanel-DVTARCAdditions.h │ │ ├── NSTextTab-DVTARCAdditions.h │ │ ├── NSTextView-DVTARCAdditions.h │ │ ├── DVTInvalidatableViewController.h │ │ ├── DVTPointView.h │ │ ├── DVTRangeView.h │ │ ├── DVTTextFoldInlineTokenAttachment.h │ │ ├── DVTTextlikeFindDescriptor.h │ │ ├── DVTURLifier.h │ │ ├── NSCoding.h │ │ ├── NSColorSpace-DVTARCAdditions.h │ │ ├── NSFontManager-DVTARCAdditions.h │ │ ├── _DVTKitPrivateClassForFindingBundle.h │ │ ├── DVTTextCompletionGeneratorOperation.h │ │ ├── NSATSTypesetter-DVTARCAdditions.h │ │ ├── NSColorList-DVTNSColorListAdditions.h │ │ ├── NSParagraphStyle-DVTARCAdditions.h │ │ ├── NSString-DVTPlistEditingAdditions.h │ │ └── NSTreeNode-DVTTreeNodeUtilities.h │ │ ├── DevToolsSupport │ │ ├── PBXTSStreamConsumerRetaining.h │ │ ├── NSCopying.h │ │ ├── PBXFileManager.h │ │ ├── NSObject-TSXMLArchiving.h │ │ └── PBXTSStreamConsuming.h │ │ ├── IDEModelEditor │ │ ├── IDEMappingModelObject.h │ │ ├── NSCopying.h │ │ ├── XDPMModelDelegate.h │ │ ├── IDEDataModelSourceObject.h │ │ ├── XDPMProperty-UIExtension.h │ │ ├── IDEDataModelDocumentLocation.h │ │ ├── XDGraphEdge.h │ │ └── XDPMFetchRequest-UIExtension.h │ │ ├── XCSUI │ │ ├── XCSUIStatusBadgeClickHandler.h │ │ ├── _XCSUIShowMoreRow.h │ │ ├── XCSService-IDEKit.h │ │ └── XCSUIFakeTestData.h │ │ ├── Xcode3Core │ │ ├── Xcode3Core.h │ │ └── IDEInitialization.h │ │ ├── iCloudSupport │ │ ├── NSNetService-Key.h │ │ ├── IDECommandHandler.h │ │ ├── NSURL-iCloudExtensions.h │ │ └── NSString-iCloudExtensions.h │ │ ├── DVTServiceKit │ │ └── DVTResponse.h │ │ ├── DebuggerUI │ │ ├── NSTextFieldDelegate.h │ │ ├── IDECommandHandler.h │ │ ├── DBGHostNodeDelegate.h │ │ └── DBGProcess-DBGProcessAdditions.h │ │ ├── DevToolsCParsing │ │ └── Location.h │ │ ├── DocSetViewing │ │ └── DVConstants.h │ │ ├── IDEInterfaceBuilderKit │ │ ├── IBCocoaTool.h │ │ ├── IBICIconSet-DisplayAdditions.h │ │ ├── IBICLaunchImageSet-DisplayAdditions.h │ │ ├── IDECommandHandler.h │ │ ├── NSTextFieldDelegate.h │ │ ├── NSCopying.h │ │ ├── __IBIDEAutolayoutCommon.h │ │ ├── IBMutableOrderedSet.h │ │ ├── IBStoryboardCanvasView.h │ │ ├── NSImage-NSIBImage.h │ │ ├── NSScrollView-NeededMethods.h │ │ ├── NSScroller-NeededMethods.h │ │ ├── NSSound-NSIBSound.h │ │ ├── NSSplitViewItem-IBNSSplitViewItemIntegration.h │ │ ├── __IBLayoutConstraint_IBKit.h │ │ ├── IBAutolayoutGuide-IBAutolayoutGuideIntegration.h │ │ ├── IBAutolayoutIssueOutlineItem.h │ │ ├── NSCell-NeededMethods.h │ │ ├── NSCursor-ImplementDescription.h │ │ ├── NSMutableCopying.h │ │ ├── IBLayoutConstraint-IBIDELayoutConstraintAdditions.h │ │ ├── IBMissingImage.h │ │ ├── IBRenderingDestination.h │ │ ├── NSArray-IBIDEArrayAdditions.h │ │ ├── NSScreen-IBScreenAdditions.h │ │ ├── NSTableView-RevLock.h │ │ └── NSWindow-ResetHitViews.h │ │ ├── SenTestingKit │ │ ├── NSObject-NSBundle.h │ │ ├── NSValue-SenTestingAdditions.h │ │ └── NSNotification-SenTest.h │ │ ├── Xcode3UI │ │ ├── NSTextFieldDelegate.h │ │ ├── IDECommandHandler.h │ │ ├── NSCopying.h │ │ ├── PBXBuildSettingWrapper.h │ │ ├── PBXTextBookmarkWrapper.h │ │ ├── PBXTargetTemplateWrapper.h │ │ ├── Xcode3Project-Xcode3UIAdditions.h │ │ ├── Xcode3ProjectSettings.h │ │ ├── PBXTargetDependencyWrapper.h │ │ ├── _TrashDummyLocale.h │ │ ├── IDEInitialization.h │ │ ├── PBXCopyFilesBuildPhaseWrapper.h │ │ ├── PBXRezBuildPhaseWrapper.h │ │ ├── Xcode3ContainerItemWrapping.h │ │ ├── PBXAppleScriptBuildPhaseWrapper.h │ │ └── PBXHeadersBuildPhaseWrapper.h │ │ ├── CarbonPlugin │ │ ├── IBHIRootControl.h │ │ ├── NSCopying.h │ │ ├── IBHIColumnView-IBHIColumnViewIntegration.h │ │ └── NSCoding.h │ │ ├── DevToolsFoundation │ │ ├── NSLocking.h │ │ ├── NSCharacterSet-DevToolsFoundationAdditions.h │ │ ├── NSMutableArray-DevToolsFoundationAdditions.h │ │ ├── NSMutableString-DevToolsFoundationAdditions.h │ │ ├── NSMutableDictionary-DevToolsFoundationAdditions.h │ │ └── NSException-DTNSExceptionAdditions.h │ │ ├── GPUTools │ │ ├── NSCopying.h │ │ ├── DYZlibError.h │ │ ├── DYCaptureVisiting.h │ │ └── NSCoding.h │ │ ├── HexFiend │ │ ├── NSCopying.h │ │ ├── HFBTreeLeaf.h │ │ ├── NSMutableCopying.h │ │ ├── HFBTreeBranch.h │ │ ├── HFCancelButton.h │ │ └── NSCoding.h │ │ ├── IBFoundation │ │ ├── IBInvalidation.h │ │ ├── NSCopying.h │ │ ├── NSMutableCopying.h │ │ ├── NSNumber-IBNSValueAdditions.h │ │ ├── IBICWidthClass.h │ │ ├── NSData-InfoPlistOverlay.h │ │ ├── NSDate-InfoPlistOverlay.h │ │ ├── IBICHeightClass.h │ │ ├── NSCoding.h │ │ ├── NSNumber-InfoPlistOverlay.h │ │ ├── NSString-InfoPlistOverlay.h │ │ └── TDThemeBitSource-IBPrivate.h │ │ ├── IDEQuickHelp │ │ └── IDECommandHandler.h │ │ ├── JavaKit │ │ └── NSCopying.h │ │ ├── PhysicsKit │ │ ├── NSCopying.h │ │ └── NSCoding.h │ │ ├── SpriteKit │ │ ├── NSCopying.h │ │ ├── NSSecureCoding.h │ │ ├── NSMutableCopying.h │ │ ├── NSEvent-SKNodeEvent.h │ │ └── NSCoding.h │ │ ├── CocoaPlugin │ │ ├── IBBindingOptionView.h │ │ ├── IBBrowserInspector.h │ │ ├── IBScrollerInspector.h │ │ ├── IBSplitViewInspector.h │ │ ├── IBRuleEditorInspector.h │ │ ├── IBTableViewSizeInspector.h │ │ ├── IBTreeControllerInspector.h │ │ ├── NSWindow-IBWindowCreation.h │ │ ├── NSResponder-IBResponderIntegration.h │ │ ├── NSText-IBTextIntegration.h │ │ ├── IBDictionaryControllerInspector.h │ │ ├── NSPopUpButtonCell-IBUndoKVC.h │ │ ├── LKTransition.h │ │ ├── NSCoding.h │ │ └── NSObject-IBBinderControllerAdditions.h │ │ ├── DADocSetAccess │ │ ├── NSCopying.h │ │ ├── NSURL-DocSetPrivateAddition.h │ │ └── NSString-DocSetPrivateAddition.h │ │ ├── DTDeviceKitBase │ │ └── NSCopying.h │ │ ├── DVTAnalytics │ │ ├── NSCopying.h │ │ └── DVTCrashPointLocalSource.h │ │ ├── DVTProducts │ │ └── NSCopying.h │ │ ├── DevToolsKit │ │ ├── NSCopying.h │ │ ├── DTFlippedView.h │ │ └── NSCoding.h │ │ ├── GPURenderTargetEditor │ │ ├── NSTextFieldDelegate.h │ │ └── GPUPathComponentCell.h │ │ ├── GPUToolsCore │ │ ├── NSCopying.h │ │ ├── NSError-DYNSErrorAdditions.h │ │ └── NSCoding.h │ │ ├── IDEInterfaceBuilderCocoaIntegration │ │ ├── IBCocoaTool.h │ │ ├── NSTextFieldDelegate.h │ │ └── NSCopying.h │ │ ├── IDEProductsUI │ │ ├── IDECommandHandler.h │ │ └── IDEInitialization.h │ │ ├── IDESourceEditor │ │ ├── IDECommandHandler.h │ │ ├── NSCopying.h │ │ └── IDETestingSelection.h │ │ ├── IDESpriteKitParticleEditor │ │ ├── CIFilter-Foo.h │ │ ├── NSCopying.h │ │ └── SKSpriteNode-SKSpriteNodeIntegration.h │ │ ├── InterfaceBuilderKit │ │ ├── NSTextFieldDelegate.h │ │ ├── NSCopying.h │ │ ├── CIImage-IBResourceNaming.h │ │ ├── NSCell-CellAdditions.h │ │ ├── IBMutableOrderedSet.h │ │ ├── NSScrollView-NeededMethods.h │ │ ├── NSWindow-ResetHitViews.h │ │ ├── IBFlippedView.h │ │ ├── IBInvalidationPolicy.h │ │ ├── NSFormCell-IBNSFormCellPrivate.h │ │ ├── NSImage-NSIBImage.h │ │ ├── NSIndexSet-IBIndexSetAdditions.h │ │ ├── NSMutableCopying.h │ │ ├── NSSound-NSIBSound.h │ │ ├── NSWindow-IBEditableWindow.h │ │ ├── IBMissingImage.h │ │ ├── NSCoder-IBCustomCoding.h │ │ ├── NSTask-IBTaskAdditions.h │ │ ├── IBPopUpButton.h │ │ ├── NSException-IBExceptionAdditions.h │ │ ├── NSScreen-SwizzledMethods.h │ │ ├── NSToolbarItem-SwizzledMethods.h │ │ └── NSView-IBViewRendererAdditions.h │ │ ├── MTLToolsCore │ │ ├── NSCopying.h │ │ └── NSCoding.h │ │ ├── SymbolicationDT │ │ └── NSCopying.h │ │ ├── XDInterface │ │ ├── NSCopying.h │ │ ├── NSString-NorbertsHack.h │ │ ├── _PVOpaqueView.h │ │ ├── _PVFlippedView.h │ │ ├── NSCoding.h │ │ └── XDGraphEdge.h │ │ ├── DADocSetManagement │ │ └── NSCopying.h │ │ ├── DVTSourceControl │ │ ├── NSCopying.h │ │ ├── NSSecureCoding.h │ │ └── DVTSourceControlCancellable.h │ │ ├── DebuggerFoundation │ │ └── NSCopying.h │ │ ├── DocSetAccess │ │ ├── DocSetConfiguration.h │ │ ├── DocSetCategory.h │ │ ├── DocSetFilteredIndexSearch.h │ │ ├── NSURL-DocSetPrivateAddition.h │ │ └── NSString-DocSetPrivateAddition.h │ │ ├── GPUToolsInterface │ │ ├── NSCopying.h │ │ ├── NSMutableCopying.h │ │ ├── NSNull-NSAccessibility.h │ │ └── _UXCollectionSnapshotView.h │ │ ├── GPUToolsServices │ │ ├── NSCopying.h │ │ └── DYInvestigatorFinding.h │ │ ├── GPUTraceDebuggerUI │ │ └── IDECommandHandler.h │ │ ├── IDEDevkitRefactoring │ │ └── NSCopying.h │ │ ├── DVTInstrumentsUtilities │ │ ├── NSCopying.h │ │ └── NSMutableCopying.h │ │ ├── GPUDebuggerFoundation │ │ └── NSCopying.h │ │ ├── GPUDebuggerMTLSupport │ │ ├── GPUMTLEncoderStats.h │ │ ├── NSCopying.h │ │ └── DYBuffer.h │ │ ├── GPUToolsShaderProfiler │ │ └── NSCopying.h │ │ ├── IBAutolayoutFoundation │ │ ├── NSCopying.h │ │ └── __IBAutolayoutCommon.h │ │ ├── IDEGit │ │ ├── GitIgnoreOperation.h │ │ ├── NSData-GitUtilities.h │ │ └── GitAddOperation.h │ │ ├── DTGraphKit │ │ ├── NSNull-DTGraphKitNullSafety.h │ │ └── DTNetworkGraphLayout.h │ │ ├── DVTiPhoneSimulatorRemoteClient │ │ └── NSCopying.h │ │ ├── GLToolsServices │ │ └── DYBuffer.h │ │ ├── IDELanguageSupportUI │ │ ├── IDEPlaygroundCore.h │ │ └── NSSecureCoding.h │ │ ├── IDEPDFViewer │ │ └── IDEPDFViewerPage.h │ │ ├── IDESceneKitEditor │ │ ├── SKETimeSliderInternal.h │ │ ├── SKEOutlineTextCell.h │ │ └── _SKEPrivateClassForFindingBundle.h │ │ ├── MTLToolsServices │ │ └── DYBuffer.h │ │ ├── CoreSimulator │ │ ├── NSArray-argv.h │ │ ├── NSUserDefaults-SimDefaults.h │ │ ├── NSDictionary-envp.h │ │ └── NSString-cputype.h │ │ ├── DVTCorePlistStructDefs │ │ └── DVTCorePlistStructDefsStub.h │ │ ├── DVTiOSPlistStructDefs │ │ └── DVTiOSPlistStructDefsStub.h │ │ ├── DocSetManagement │ │ ├── DSMManPagePaths.h │ │ └── DSADocSetUpdate-Comparison.h │ │ ├── IBSDKPlugin │ │ └── IBIconView-IBIconViewIntegration.h │ │ ├── XcodeDeviceMonitor │ │ └── NSURL-iCloudExtensions.h │ │ ├── DTDeviceKit │ │ ├── DTDKApplicationFile-InterfaceExtensions.h │ │ └── DTDKScopeView.h │ │ ├── GLToolsCore │ │ └── NSCoding.h │ │ └── IDEiPhoneSupport │ │ └── DTDKCrashLog-FontWorkaround6773190.h ├── XcodeRefactoringPlus-Prefix.pch └── SimpleText.txt ├── XcodeRefactoringPlusTests ├── en.lproj │ └── InfoPlist.strings ├── XcodeRefactoringPlusTests-Prefix.pch └── FileForLineManipuationTest.text ├── .gitignore ├── .travis.yml ├── Podfile └── XcodeRefactoringPlus.xcworkspace └── contents.xcworkspacedata /.ruby-gemset: -------------------------------------------------------------------------------- 1 | xcodeplugin 2 | -------------------------------------------------------------------------------- /.ruby-version: -------------------------------------------------------------------------------- 1 | ruby-2.1.5 2 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'http://rubygems.org' 2 | 3 | gem 'cocoapods' 4 | 5 | gem 'nomad-cli' 6 | -------------------------------------------------------------------------------- /XcodeRefactoringPlus/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /XcodeRefactoringPlusTests/en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | Gemfile.lock 2 | Podfile.lock 3 | Pods 4 | xcuserdata 5 | DerivedData 6 | *.hmap 7 | *.ipa 8 | build/ 9 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: objective-c 2 | xcode_workspace: XcodeRefactoringPlus.xcworkspace 3 | xcode_scheme: XcodeRefactoringPlus 4 | -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/NOTES.txt: -------------------------------------------------------------------------------- 1 | NOTES: 2 | I've copied the xcode headers dump from XVim project. 3 | https://github.com/JugglerShu/XVim -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/JSExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol JSExport 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/DTXAllowedRPC.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DTXAllowedRPC 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/DTXAllowedRPC.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DTXAllowedRPC 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDUMLStereotype.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLStereotype 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeRefactoringPlus-Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header 3 | // 4 | // The contents of this file are implicitly included at the beginning of every source file. 5 | // 6 | 7 | #ifdef __OBJC__ 8 | #import 9 | #endif 10 | -------------------------------------------------------------------------------- /XcodeRefactoringPlusTests/XcodeRefactoringPlusTests-Prefix.pch: -------------------------------------------------------------------------------- 1 | // 2 | // Prefix header 3 | // 4 | // The contents of this file are implicitly included at the beginning of every source file. 5 | // 6 | 7 | #ifdef __OBJC__ 8 | #import 9 | #endif 10 | -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSObject-Deprecated.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSObject (Deprecated) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEiOSSupportCore/DTXAllowedRPC.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DTXAllowedRPC 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTPerformanceSession/DTXAllowedRPC.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DTXAllowedRPC 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTXConnectionServices/DTXAllowedRPC.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DTXAllowedRPC 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XcodeEdit/XCParagraphMarkers.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCParagraphMarkers 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCElementDropperP.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCElementDropperP 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCElementSpacerP.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCElementSpacerP 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEDocumentationWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEDocumentationWindow 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelFoundation/XDUMLStereotype.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLStereotype 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/README.md: -------------------------------------------------------------------------------- 1 | # Xcode6-RuntimeHeaders 2 | Class dump of all of the internals of Xcode 6(.3) 3 | 4 | Created with **ObjCHeaderExtractor** https://github.com/zolomatok/ObjCHeaderExtractor 5 | 6 | Inspired by https://github.com/luisobo/Xcode-RuntimeHeaders 7 | -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCSCore/XCSCore.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCSCore : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCTest/XCTestManager_TestsInterface.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCTestManager_TestsInterface 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDGroup.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XDGroup : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/PBXTSStreamConsumerRetaining.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol PBXTSStreamConsumerRetaining 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/IDEDocumentationWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEDocumentationWindow 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEPrimitiveSchemeCommand.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEPrimitiveSchemeCommand 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/SimpleText.txt: -------------------------------------------------------------------------------- 1 | # Uncomment this line to define a global platform for your project 2 | platform :osx, "10.8" 3 | 4 | target "XcodeRefactoringPlus" do 5 | 6 | end 7 | 8 | target "XcodeRefactoringPlusTests" do 9 | pod 'OCMock', '~> 2.2.3' 10 | pod 'Expecta', '~> 0.2.3' 11 | end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsSupport/PBXTSStreamConsumerRetaining.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol PBXTSStreamConsumerRetaining 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/IDEPrimitiveSchemeCommand.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEPrimitiveSchemeCommand 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEBatchFindResultSetProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEBatchFindResultSetProtocol 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelEditor/IDEMappingModelObject.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEMappingModelObject 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEiOSSupportCore/IDERunOperationWorkerChaining.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDERunOperationWorkerChaining 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNPhysicsBehaviorJSExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol SCNPhysicsBehaviorJSExport 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNPhysicsDragFieldJSExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol SCNPhysicsDragFieldJSExport 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCSCore/NSData-CRC32.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSData (CRC32) 9 | - (unsigned int)crc32; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCSUI/XCSUIStatusBadgeClickHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCSUIStatusBadgeClickHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3Core/Xcode3Core.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface Xcode3Core : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/iCloudSupport/NSNetService-Key.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSNetService (Key) 9 | - (id)key; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTServiceKit/DVTResponse.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTResponse : DVTMessage 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DebuggerUI/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCParsing/Location.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface Location : SourceLocation 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSMatrixDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMatrixDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DocSetViewing/DVConstants.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVConstants : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBCocoaTool.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IBCocoaTool 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEiOSSupportCore/DVTiPhone.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTiPhone : DVTiOSDevice 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNPhysicsCustomFieldJSExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol SCNPhysicsCustomFieldJSExport 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SenTestingKit/NSObject-NSBundle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSObject (NSBundle) 9 | + (id)bundle; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCSUI/_XCSUIShowMoreRow.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _XCSUIShowMoreRow : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDUMLClassInterfaceCommons.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLClassInterfaceCommons 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- 1 | # Uncomment this line to define a global platform for your project 2 | platform :osx, "10.8" 3 | 4 | target "XcodeRefactoringPlus" do 5 | end 6 | 7 | target "XcodeRefactoringPlusTests" do 8 | pod 'OCMock', '~> 2.2.3' 9 | pod 'Expecta', '~> 0.2.3' 10 | pod 'Swizzlean', '~> 0.1.1' 11 | end 12 | 13 | -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CarbonPlugin/IBHIRootControl.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBHIRootControl : IBHIView 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/_DVTMarkerMenuItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _DVTMarkerMenuItem : NSMenuItem 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DebuggerUI/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsFoundation/NSLocking.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSLocking 9 | - (void)unlock; 10 | - (void)lock; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUTools/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/HexFiend/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/IBInvalidation.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IBInvalidation 9 | - (void)invalidate; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBICIconSet-DisplayAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBICIconSet (DisplayAdditions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEQuickHelp/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/JavaKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/PhysicsKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNPhysicsElectricFieldJSExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol SCNPhysicsElectricFieldJSExport 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNPhysicsMagneticFieldJSExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol SCNPhysicsMagneticFieldJSExport 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNPhysicsTurbulenceFieldJSExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol SCNPhysicsTurbulenceFieldJSExport 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SpriteKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCSUI/XCSService-IDEKit.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCSService (IDEKit) 9 | - (void)showWebUI:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CarbonPlugin/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/IBBindingOptionView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBBindingOptionView : NSView 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DADocSetAccess/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTDeviceKitBase/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTAnalytics/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSSecureCoding 9 | + (BOOL)supportsSecureCoding; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTProducts/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSData-SpecificationCacheConveniences.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSData (SpecificationCacheConveniences) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/PBXExternalTarget.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXExternalTarget : PBXTarget 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/PBXProjectItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXProjectItem : PBXContainerItem 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCDockViewHeader.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCDockViewHeader 9 | - (NSImage *)headerImage; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCNonReplacedMenu.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCNonReplacedMenu : NSMenu 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsSupport/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsSupport/PBXFileManager.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXFileManager : TSFileManager 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPURenderTargetEditor/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsCore/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/IDEUpgradeContext.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEUpgradeContext : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderCocoaIntegration/IBCocoaTool.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IBCocoaTool 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEQuickHelpConstants.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEQuickHelpConstants : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDESourceControlTreeGroup-UILevelActions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDESourceControlTreeGroup (UILevelActions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelEditor/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelFoundation/XDUMLClassInterfaceCommons.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLClassInterfaceCommons 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEProductsUI/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESourceEditor/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESourceEditor/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESpriteKitParticleEditor/CIFilter-Foo.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface CIFilter (Foo) 9 | - (id)skDisplayName; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/MTLToolsCore/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/NSArray-SCNDeepCopy.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSArray (SCNDeepCopy) 9 | - (id)SCNMutableDeepCopy; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SymbolicationDT/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDUMLType.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLType 9 | - (id )package; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDInterface/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XcodeEdit/NSCursor-XCTextExtras.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCursor (XCTextExtras) 9 | + (id)IBeamCursor; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/iCloudSupport/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CarbonPlugin/IBHIColumnView-IBHIColumnViewIntegration.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBHIColumnView (IBHIColumnViewIntegration) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/IBBrowserInspector.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBBrowserInspector : IBInspector 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/IBScrollerInspector.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBScrollerInspector : IBInspector 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/IBSplitViewInspector.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBSplitViewInspector : IBInspector 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DADocSetManagement/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTDraggableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTDraggableView 9 | - (struct CGRect)draggingRect; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSData-PlistDataExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSData (PlistDataExtensions) 9 | - (id)stringValue; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSDate-PlistDateExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSDate (PlistDateExtensions) 9 | - (id)stringValue; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSView-LayoutOrder.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSView (LayoutOrder) 9 | - (id)subviewsOrderedForLayout; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTSourceControl/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DebuggerFoundation/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXBookmarkSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol PBXBookmarkSupport 9 | - (PBXBookmark *)bookmark; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXSelectableText.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol PBXSelectableText 9 | - (NSString *)selectedString; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DocSetAccess/DocSetConfiguration.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DocSetConfiguration : DSADocSet 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsInterface/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsServices/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUTraceDebuggerUI/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDevkitRefactoring/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBICLaunchImageSet-DisplayAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBICLaunchImageSet (DisplayAdditions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IDECommandHandler.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDECommandHandler 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/XCLogNoticeAdapter.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCLogNoticeAdapter : XCLogMessageAdapter 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelEditor/XDPMModelDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDPMModelDelegate 9 | - (NSUndoManager *)undoManager; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSSecureCoding 9 | + (BOOL)supportsSecureCoding; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNPhysicsRadialGravityFieldJSExport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol SCNPhysicsRadialGravityFieldJSExport 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SpriteKit/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSSecureCoding 9 | + (BOOL)supportsSecureCoding; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDMappingModelUtilities.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XDMappingModelUtilities : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSCharacterSet-DVTFoundationClassAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCharacterSet (DVTFoundationClassAdditions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSSecureCoding 9 | + (BOOL)supportsSecureCoding; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTInstrumentsUtilities/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSString-DVTPlistComment.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (DVTPlistComment) 9 | - (BOOL)isPlistCommentNode; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTSourceControl/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSSecureCoding 9 | + (BOOL)supportsSecureCoding; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSString-PBXObjectScripting.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (PBXObjectScripting) 9 | - (id)contents; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSScreen-PBXExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSScreen (PBXExtensions) 9 | - (id)orderedWindows; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCOQDontSubstituteMenu.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCOQDontSubstituteMenu : NSMenu 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCProxyObjectProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCProxyObjectProtocol 9 | - (id)representedObject; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUDebuggerFoundation/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUDebuggerMTLSupport/GPUMTLEncoderStats.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface GPUMTLEncoderStats : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUDebuggerMTLSupport/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsServices/DYInvestigatorFinding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DYInvestigatorFinding : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsShaderProfiler/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBAutolayoutFoundation/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/DSANode-OutlineViewSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DSANode (OutlineViewSupport) 9 | - (id)childItems; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSSecureCoding 9 | + (BOOL)supportsSecureCoding; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEGit/GitIgnoreOperation.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface GitIgnoreOperation : IDESourceControlOperation 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDESchemeOptionMenuItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDESchemeOptionMenuItem 9 | - (NSString *)name; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDETestingSelection.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDETestingSelection 9 | - (NSSet *)selectedTestsAndTestables; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/__IDENSImageAdditionsClass.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface __IDENSImageAdditionsClass : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelFoundation/XDUMLType.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLType 9 | - (id )package; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/NSDictionary-SCNDeepCopy.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSDictionary (SCNDeepCopy) 9 | - (id)SCNMutableDeepCopy; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCTest/NSValue-XCTestAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSValue (XCTestAdditions) 9 | - (id)xct_contentDescription; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDUMLRelationship.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLRelationship 9 | - (NSArray *)relatedElements; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlusTests/FileForLineManipuationTest.text: -------------------------------------------------------------------------------- 1 | # Uncomment this line to define a global platform for your project 2 | platform :osx, "10.8" 3 | 4 | target "XcodeRefactoringPlus" do 5 | 6 | end 7 | 8 | target "XcodeRefactoringPlusTests" do 9 | pod 'OCMock', '~> 2.2.3' 10 | pod 'Expecta', '~> 0.2.3' 11 | end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/IBRuleEditorInspector.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBRuleEditorInspector : IBBoundInspector 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/IBTableViewSizeInspector.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBTableViewSizeInspector : IBInspector 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/IBTreeControllerInspector.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBTreeControllerInspector : IBInspector 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTGraphKit/NSNull-DTGraphKitNullSafety.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSNull (DTGraphKitNullSafety) 9 | - (double)doubleValue; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTXConnectionServices/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSSecureCoding 9 | + (BOOL)supportsSecureCoding; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTDelegateValidator.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTDelegateValidator 9 | - (void)dvt_validateDelegate; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSFont-DVTARCAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSFont (DVTARCAdditions) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSScrollView-LayoutOrder.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSScrollView (LayoutOrder) 9 | - (id)subviewsOrderedForLayout; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSString-DVTFileIconAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (DVTFileIconAdditions) 9 | - (id)dvt_fileTypeIcon; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTiPhoneSimulatorRemoteClient/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DebuggerUI/DBGHostNodeDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DBGHostNodeDelegate 9 | - (void)childNodeDidUpdate; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/PBXFolderFileTypePart.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXFolderFileTypePart : PBXFileTypePart 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/PBXRegularFileTypePart.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXRegularFileTypePart : PBXFileTypePart 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsFoundation/NSCharacterSet-DevToolsFoundationAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCharacterSet (DevToolsFoundationAdditions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsFoundation/NSMutableArray-DevToolsFoundationAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSMutableArray (DevToolsFoundationAdditions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSUndoManager-XCUndoHaks.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSUndoManager (XCUndoHaks) 9 | - (id)_xcRedoStack; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXPopUpButtonCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXPopUpButtonCell : NSPopUpButtonCell 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCImageAndTextCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCImageAndTextCell : XCEImageAndTextCell 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCLogNoticeAdapter.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCLogNoticeAdapter : XCLogMessageAdapter 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GLToolsServices/DYBuffer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DYBuffer 9 | @property(readonly, nonatomic) NSData *data; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/HexFiend/HFBTreeLeaf.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface HFBTreeLeaf : HFBTreeNode 9 | { 10 | } 11 | 12 | - (id)description; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/HexFiend/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBAutolayoutFoundation/__IBAutolayoutCommon.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface __IBAutolayoutCommon : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/IDEDocNavigableItemSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEDocNavigableItemSupport : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/IDEIndexableProvider.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEIndexableProvider 9 | - (NSArray *)indexables; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/ProjectItemWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface ProjectItemWrapper : IDEContainerItemWrapper 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderCocoaIntegration/NSTextFieldDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSTextFieldDelegate 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEPickerAccountRow.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEPickerAccountRow : IDEAccountTeamPickerRowBase 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDELanguageSupportUI/IDEPlaygroundCore.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEPlaygroundCore : IDEContainerCore 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDELanguageSupportUI/NSSecureCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSSecureCoding 9 | + (BOOL)supportsSecureCoding; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelEditor/IDEDataModelSourceObject.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEDataModelSourceObject 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelFoundation/XDMappingModelUtilities.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XDMappingModelUtilities : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEPDFViewer/IDEPDFViewerPage.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEPDFViewerPage : IDEPDFViewerOutlineNavigable 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESceneKitEditor/SKETimeSliderInternal.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface SKETimeSliderInternal : SKETimeSlider 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESourceEditor/IDETestingSelection.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDETestingSelection 9 | - (NSSet *)selectedTestsAndTestables; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESpriteKitParticleEditor/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESpriteKitParticleEditor/SKSpriteNode-SKSpriteNodeIntegration.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface SKSpriteNode (SKSpriteNodeIntegration) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/CIImage-IBResourceNaming.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface CIImage (IBResourceNaming) 9 | - (id)resourceName; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSCell-CellAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCell (CellAdditions) 9 | - (BOOL)containsMisspelling; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/MTLToolsServices/DYBuffer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DYBuffer 9 | @property(readonly, nonatomic) NSData *data; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SpriteKit/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDInterface/NSString-NorbertsHack.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (NorbertsHack) 9 | - (BOOL)opPVQVContains:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDInterface/_PVOpaqueView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _PVOpaqueView : NSView 9 | { 10 | } 11 | 12 | - (BOOL)isOpaque; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/PBXBuildSettingWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXBuildSettingWrapper : IDEScriptingProxy 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/PBXTextBookmarkWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXTextBookmarkWrapper : PBXBookmarkWrapper 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/NSWindow-IBWindowCreation.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSWindow (IBWindowCreation) 9 | + (BOOL)supportsWindowCreation; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CoreSimulator/NSArray-argv.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSArray (argv) 9 | - (void)freeArgv:(char **)arg1; 10 | - (char **)argv; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CoreSimulator/NSUserDefaults-SimDefaults.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSUserDefaults (SimDefaults) 9 | + (id)simulatorDefaults; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DADocSetAccess/NSURL-DocSetPrivateAddition.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSURL (DocSetPrivateAddition) 9 | - (BOOL)_dsa_isAppleURL; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTXConnectionServices/DTXLegacyBufferMessage.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DTXLegacyBufferMessage : DTXMessage 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSData-DVTNSDataStdIO.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSData (DVTNSDataStdIO) 9 | - (struct __sFILE *)openForReading; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTPainter.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTPainter 9 | - (void)drawInRect:(struct CGRect)arg1 forView:(id)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTPlistOutlineHeaderCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTPlistOutlineHeaderCell : NSTableHeaderCell 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSCursor-DVTSourceTextViewExtras.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCursor (DVTSourceTextViewExtras) 9 | + (id)IBeamCursor; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSNib-DVTNSNibAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSNib (DVTNSNibAdditions) 9 | - (id)dvt_instantiateWithOwner:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/__DVTThemeNSImageAdditionsClass.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface __DVTThemeNSImageAdditionsClass : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSString-SourceTreeMethods.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (SourceTreeMethods) 9 | - (BOOL)isBuiltInSourceTree; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsFoundation/NSMutableString-DevToolsFoundationAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSMutableString (DevToolsFoundationAdditions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSCursor-PBXHTMLCursorExtras.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCursor (PBXHTMLCursorExtras) 9 | + (id)fingerCursor; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSWindow-PBXAppKitExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSWindow (PBXAppKitExtensions) 9 | - (id)activeModule; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsKit/DTFlippedView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DTFlippedView : NSView 9 | { 10 | } 11 | 12 | - (BOOL)isFlipped; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DocSetAccess/DocSetCategory.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DocSetCategory : DSANode 9 | { 10 | } 11 | 12 | + (Class)class; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DocSetAccess/DocSetFilteredIndexSearch.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DocSetFilteredIndexSearch : DSATextSearch 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DocSetAccess/NSURL-DocSetPrivateAddition.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSURL (DocSetPrivateAddition) 9 | - (BOOL)_dsa_isAppleURL; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUDebuggerMTLSupport/DYBuffer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DYBuffer 9 | @property(readonly, nonatomic) NSData *data; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUTools/DYZlibError.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DYZlibError : NSError 9 | { 10 | } 11 | 12 | - (id)localizedDescription; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsCore/NSError-DYNSErrorAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSError (DYNSErrorAdditions) 9 | - (id)dy_errorSignature; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/HexFiend/HFBTreeBranch.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface HFBTreeBranch : HFBTreeNode 9 | { 10 | } 11 | 12 | - (id)description; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/NSNumber-IBNSValueAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSNumber (IBNSValueAdditions) 9 | - (long long)ib_valueType; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/DOMEventListener.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DOMEventListener 9 | - (void)handleEvent:(DOMEvent *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEGit/NSData-GitUtilities.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSData (GitUtilities) 9 | - (id)git_componentsSeparatedByNULLTerminator; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderCocoaIntegration/NSCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCopying 9 | - (id)copyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/__IBIDEAutolayoutCommon.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface __IBIDEAutolayoutCommon : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEIndexSymbolSelectionSource.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEIndexSymbolSelectionSource 9 | - (NSArray *)selectedSymbols; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDENavigationHUDDisposableLayer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDENavigationHUDDisposableLayer 9 | - (void)dispose; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDESourceControlBranch-UILevelActions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDESourceControlBranch (UILevelActions) 9 | + (id)image; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDE_IBFlippedView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDE_IBFlippedView : NSView 9 | { 10 | } 11 | 12 | - (BOOL)isFlipped; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/IBMutableOrderedSet.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBMutableOrderedSet : DTMutableOrderedSet 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSScrollView-NeededMethods.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSScrollView (NeededMethods) 9 | - (id)headerClipView; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSWindow-ResetHitViews.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSWindow (ResetHitViews) 9 | - (void)resetLastHitView; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNJSLayer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface SCNJSLayer : CALayer 9 | { 10 | } 11 | 12 | + (id)SCNJSExportProtocol; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SenTestingKit/NSValue-SenTestingAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSValue (SenTestingAdditions) 9 | - (id)contentDescription; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SpriteKit/NSEvent-SKNodeEvent.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSEvent (SKNodeEvent) 9 | - (struct CGPoint)locationInNode:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCSCore/NSHTTPURLResponse-XCSUtilities.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSHTTPURLResponse (XCSUtilities) 9 | - (BOOL)isWithin200Range; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDInterface/_PVFlippedView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _PVFlippedView : NSView 9 | { 10 | } 11 | 12 | - (BOOL)isFlipped; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/PBXTargetTemplateWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXTargetTemplateWrapper : IDEScriptingWrapper 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/Xcode3Project-Xcode3UIAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface Xcode3Project (Xcode3UIAdditions) 9 | - (id)displayImage; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/Xcode3ProjectSettings.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface Xcode3ProjectSettings : IDEInspectorViewController 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- 1 | 2 | 4 | 6 | 7 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CarbonPlugin/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(id)arg1; 10 | - (void)encodeWithCoder:(id)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/NSResponder-IBResponderIntegration.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSResponder (IBResponderIntegration) 9 | - (id)widgetType; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/NSText-IBTextIntegration.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSText (IBTextIntegration) 9 | - (void)ibPopulateKeyPaths:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTAnalytics/DVTCrashPointLocalSource.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTCrashPointLocalSource : DVTCrashPointSource 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTCorePlistStructDefs/DVTCorePlistStructDefsStub.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTCorePlistStructDefsStub : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/DVTDelayedInvocationNew.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTDelayedInvocationNew : DVTDelayedInvocation 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSObject-DVTArcSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSObject (DVTArcSupport) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSURL-DVTSecurityAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSURL (DVTSecurityAdditions) 9 | - (unsigned int)dvt_secProtocol; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTPlistScrollView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTPlistScrollView : NSScrollView 9 | { 10 | } 11 | 12 | - (void)tile; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTScopeBarButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTScopeBarButton : NSButton 9 | { 10 | } 11 | 12 | + (Class)cellClass; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSFontPanel-DVTARCAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSFontPanel (DVTARCAdditions) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSTextTab-DVTARCAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSTextTab (DVTARCAdditions) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSTextView-DVTARCAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSTextView (DVTARCAdditions) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTSourceControl/DVTSourceControlCancellable.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTSourceControlCancellable 9 | - (void)cancel; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTiOSPlistStructDefs/DVTiOSPlistStructDefsStub.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTiOSPlistStructDefsStub : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSString-XCSCMSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (XCSCMSupport) 9 | - (long long)compareAsRevision:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/PBXSymbolicLinkFileTypePart.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXSymbolicLinkFileTypePart : PBXFileTypePart 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/XCBuildLogChangeEvent.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCBuildLogChangeEvent : XCActivityLogChangeEvent 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/XCGDBBreakpointCondition.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCGDBBreakpointCondition : XCBreakpointCondition 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsFoundation/NSMutableDictionary-DevToolsFoundationAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSMutableDictionary (DevToolsFoundationAdditions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSBundle-AuxiliaryImageInfo.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSBundle (AuxiliaryImageInfo) 9 | - (id)auxiliaryImageInfo; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSNumber-PListEditor.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSNumber (PListEditor) 9 | - (BOOL)isFloat; 10 | - (BOOL)isBoolean; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSToolbar-PBXExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSToolbar (PBXExtensions) 9 | - (id)itemWithIdentifier:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXProject-PBXIconImageAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXProject (PBXIconImageAdditions) 9 | - (id)iconImage; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/_XCOQFinderOperationGroup.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _XCOQFinderOperationGroup : _XCOQOperation 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DocSetManagement/DSMManPagePaths.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DSMManPagePaths : NSObject 9 | { 10 | } 11 | 12 | + (id)manPaths; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPURenderTargetEditor/GPUPathComponentCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface GPUPathComponentCell : IDEPathComponentCell 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUTools/DYCaptureVisiting.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DYCaptureVisiting 9 | - (BOOL)acceptCaptureVisitor:(DYCaptureVisitor *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsInterface/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/DSANode-IDEDocNavigableItemSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DSANode (IDEDocNavigableItemSupport) 9 | - (id)parentItem; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/DSANode-SampleCodeExtras.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DSANode (SampleCodeExtras) 9 | - (BOOL)representsSampleCodeDocument; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/IDEDocModelObjectDataProvider.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEDocModelObjectDataProvider : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBMutableOrderedSet.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBMutableOrderedSet : DVTMutableOrderedSet 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBStoryboardCanvasView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBStoryboardCanvasView : IBCanvasView 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSImage-NSIBImage.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSImage (NSIBImage) 9 | - (id)replacementObjectForCoder:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSScrollView-NeededMethods.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSScrollView (NeededMethods) 9 | - (id)headerClipView; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSScroller-NeededMethods.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSScroller (NeededMethods) 9 | - (BOOL)ibIsHorizontal; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSSound-NSIBSound.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSSound (NSIBSound) 9 | - (id)replacementObjectForCoder:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSSplitViewItem-IBNSSplitViewItemIntegration.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSSplitViewItem (IBNSSplitViewItemIntegration) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/__IBLayoutConstraint_IBKit.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface __IBLayoutConstraint_IBKit : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/DVTProgressReporting.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTProgressReporting 9 | @property(readonly) long long progress; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEEditorAreaContainer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEEditorAreaContainer 9 | @property(readonly) IDEEditorArea *editorArea; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEMustCloseOnQuitDocument.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEMustCloseOnQuitDocument 9 | - (BOOL)canCloseDocumentAtQuit; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDE_StorageForCGFloat.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDE_StorageForCGFloat : NSObject 9 | { 10 | double cgFloat; 11 | } 12 | 13 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/NSValidatedUserInterfaceItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSValidatedUserInterfaceItem 9 | - (long long)tag; 10 | - (SEL)action; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/XCLogHeaderInclusionAdapter.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCLogHeaderInclusionAdapter : XCLogMessageAdapter 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelFoundation/XDUMLRelationship.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLRelationship 9 | - (NSArray *)relatedElements; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/IBFlippedView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBFlippedView : NSView 9 | { 10 | } 11 | 12 | - (BOOL)isFlipped; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/IBInvalidationPolicy.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBInvalidationPolicy : DTInvalidationPolicy 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSFormCell-IBNSFormCellPrivate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSFormCell (IBNSFormCellPrivate) 9 | - (id)titleCell; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSImage-NSIBImage.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSImage (NSIBImage) 9 | - (id)replacementObjectForCoder:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSIndexSet-IBIndexSetAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSIndexSet (IBIndexSetAdditions) 9 | - (id)indexes; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSSound-NSIBSound.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSSound (NSIBSound) 9 | - (id)replacementObjectForCoder:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSWindow-IBEditableWindow.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSWindow (IBEditableWindow) 9 | - (BOOL)_isIBEditableWindow; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/NSImage-SCNAddition.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSImage (SCNAddition) 9 | - (struct CGSize)SCNSize; 10 | - (BOOL)SCNFixDPI; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCSCore/NSImage-NSImage.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSImage (NSImage) 9 | + (id)PNGRepresentation:(id)arg1 size:(struct CGSize)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/PBXTargetDependencyWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXTargetDependencyWrapper : ProjectItemWrapper 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/_TrashDummyLocale.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _TrashDummyLocale : NSObject 9 | { 10 | } 11 | 12 | - (id)displayName; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XcodeEdit/XCFoldInlineTokenAttachment.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCFoldInlineTokenAttachment : NSTokenAttachment 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/iCloudSupport/NSURL-iCloudExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSURL (iCloudExtensions) 9 | - (id)iCloud_URLByStandardizingPath; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/IBDictionaryControllerInspector.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBDictionaryControllerInspector : IBInspector 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/NSPopUpButtonCell-IBUndoKVC.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSPopUpButtonCell (IBUndoKVC) 9 | - (void)setSelectedItem:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CoreSimulator/NSDictionary-envp.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSDictionary (envp) 9 | - (void)freeEnvp:(char **)arg1; 10 | - (char **)envp; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CoreSimulator/NSString-cputype.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (cputype) 9 | + (id)stringForCPUType:(int)arg1; 10 | - (int)cputype; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTGraphKit/DTNetworkGraphLayout.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DTNetworkGraphLayout 9 | - (void)layoutGraph:(DTNetworkGraph *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTXConnectionServices/DTXLegacyDictionaryMessage.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DTXLegacyDictionaryMessage : DTXMessage 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/DVTMixIn.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTMixIn : NSObject 9 | { 10 | } 11 | 12 | + (void)mixInExtendClass:(Class)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/DVTProgressReporting.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTProgressReporting 9 | @property(readonly) long long progress; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSObject-DVTInvalidation2.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSObject (DVTInvalidation2) 9 | + (void)dvt_synthesizeInvalidation; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTInstrumentsUtilities/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTInvalidatableViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTInvalidatableViewController : DVTViewController 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTPointView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTPointView : NSView 9 | { 10 | } 11 | 12 | - (void)drawRect:(struct CGRect)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTRangeView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTRangeView : NSView 9 | { 10 | } 11 | 12 | - (void)drawRect:(struct CGRect)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTTextFoldInlineTokenAttachment.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTTextFoldInlineTokenAttachment : NSTokenAttachment 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTTextlikeFindDescriptor.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTTextlikeFindDescriptor 9 | @property(readonly) int matchStyle; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTURLifier.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTURLifier : NSObject 9 | { 10 | } 11 | 12 | + (id)urlMatchesForString:(id)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSColorSpace-DVTARCAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSColorSpace (DVTARCAdditions) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSFontManager-DVTARCAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSFontManager (DVTARCAdditions) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/_DVTKitPrivateClassForFindingBundle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _DVTKitPrivateClassForFindingBundle : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/PBXTSStreamConsuming.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol PBXTSStreamConsuming 9 | - (void)streamDidEnd:(PBXTSStream *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/XCNetworkHostObserver.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCNetworkHostObserver 9 | - (void)networkHostOnlineStatusChanged:(BOOL)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSObject-PBXInspectorPanelSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSObject (PBXInspectorPanelSupport) 9 | - (id)displayName; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSTextView-PBXIndentation.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSTextView (PBXIndentation) 9 | - (void)processOpenBrace:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXBookmark-PBXIconImageAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXBookmark (PBXIconImageAdditions) 9 | - (id)iconImage; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXGroup-PBXInspectorPanelSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXGroup (PBXInspectorPanelSupport) 9 | - (id)displayName; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/SCMDirectoryEntry-SCMExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface SCMDirectoryEntry (SCMExtensions) 9 | - (id)attributedInfo; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCConfigurableDataNode.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCConfigurableDataNode : XCEConfigurableDataNode 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCGroupingProtocol.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCGroupingProtocol 9 | - (Class)groupingClass; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCUnretainedReferent.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCUnretainedReferent 9 | - (XCUnretainedReference *)unretainedReference; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsSupport/NSObject-TSXMLArchiving.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSObject (TSXMLArchiving) 9 | - (void)encodeWithXMLArchiver:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsInterface/NSNull-NSAccessibility.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSNull (NSAccessibility) 9 | - (void)accessibilityDidEndScrolling; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/HexFiend/HFCancelButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface HFCancelButton : NSButton 9 | { 10 | } 11 | 12 | - (id)initWithCoder:(id)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/IBICWidthClass.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBICWidthClass : IBICSizeClass 9 | { 10 | } 11 | 12 | + (id)contentsJSONKey; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/NSData-InfoPlistOverlay.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSData (InfoPlistOverlay) 9 | - (Class)ib_immutableClassForPlistOverlay; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/NSDate-InfoPlistOverlay.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSDate (InfoPlistOverlay) 9 | - (Class)ib_immutableClassForPlistOverlay; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBSDKPlugin/IBIconView-IBIconViewIntegration.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBIconView (IBIconViewIntegration) 9 | - (Class)ibEditorClass; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/DVTProgressReporting.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTProgressReporting 9 | @property(readonly) long long progress; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBAutolayoutGuide-IBAutolayoutGuideIntegration.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBAutolayoutGuide (IBAutolayoutGuideIntegration) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBAutolayoutIssueOutlineItem.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBAutolayoutIssueOutlineItem : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSCell-NeededMethods.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCell (NeededMethods) 9 | - (BOOL)needsFlippedDrawingWorkaround; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSCursor-ImplementDescription.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCursor (ImplementDescription) 9 | - (id)description; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSMutableCopying.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSMutableCopying 9 | - (id)mutableCopyWithZone:(struct _NSZone *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/DVTTextlikeFindDescriptor.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTTextlikeFindDescriptor 9 | @property(readonly) int matchStyle; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEBounceAlertViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEBounceAlertViewController : IDEAlertViewController 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEInitialization.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEInitialization 9 | + (BOOL)ide_initializeWithOptions:(int)arg1 error:(id *)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEOpenRequest.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEOpenRequest 9 | @property(readonly) int requestState; 10 | - (void)cancel; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEShowTabAlertViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEShowTabAlertViewController : IDEAlertViewController 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDESpeechAlertViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDESpeechAlertViewController : IDEAlertViewController 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDETemplateOptionsView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDETemplateOptionsView : NSView 9 | { 10 | } 11 | 12 | - (BOOL)isFlipped; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/NSURL-IDEKitClassAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSURL (IDEKitClassAdditions) 9 | - (BOOL)ide_isSameDocumentAsURL:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/RVPeoplePickerDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol RVPeoplePickerDelegate 9 | - (void)personSelected:(ABPerson *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/_IDEKitPrivateClassForFindingBundle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _IDEKitPrivateClassForFindingBundle : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelEditor/XDPMProperty-UIExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XDPMProperty (UIExtension) 9 | - (id)valueForUndefinedKey:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/IBMissingImage.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBMissingImage : NSObject 9 | { 10 | } 11 | 12 | + (id)missingImage; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSCoder-IBCustomCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSCoder (IBCustomCoding) 9 | - (BOOL)ibIsDecodingDesignTimeContent; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSTask-IBTaskAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSTask (IBTaskAdditions) 9 | - (id)launchAndSynchronouslyReadOutput; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNContainerLayer.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface SCNContainerLayer : CALayer 9 | { 10 | double _lastRenderedTime; 11 | } 12 | 13 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XCSUI/XCSUIFakeTestData.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCSUIFakeTestData : NSObject 9 | { 10 | } 11 | 12 | + (id)generateFakeBotGroup; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XCDiffHashing.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCDiffHashing 9 | - (unsigned long long)diffHashForDataSource:(XCDiffDataSource *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDUMLPackageableElement.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLPackageableElement 9 | - (unsigned long long)visibility; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDUMLStructuralFeature.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLStructuralFeature 9 | - (BOOL)isReadOnly; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3Core/IDEInitialization.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEInitialization 9 | + (BOOL)ide_initializeWithOptions:(int)arg1 error:(id *)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/IDEInitialization.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEInitialization 9 | + (BOOL)ide_initializeWithOptions:(int)arg1 error:(id *)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/PBXCopyFilesBuildPhaseWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXCopyFilesBuildPhaseWrapper : PBXBuildPhaseWrapper 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/PBXRezBuildPhaseWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXRezBuildPhaseWrapper : PBXSingletonBuildPhaseWrapper 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/Xcode3ContainerItemWrapping.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol Xcode3ContainerItemWrapping 9 | - (PBXReference *)reference; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XcodeDeviceMonitor/NSURL-iCloudExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSURL (iCloudExtensions) 9 | - (id)iCloud_URLByStandardizingPath; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/iCloudSupport/NSString-iCloudExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (iCloudExtensions) 9 | - (id)iCloud_stringByStandardizingPath; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/LKTransition.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface LKTransition : CATransition 9 | { 10 | } 11 | 12 | - (Class)classForKeyedArchiver; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/CocoaPlugin/NSObject-IBBinderControllerAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSObject (IBBinderControllerAdditions) 9 | - (BOOL)canBeBoundTo; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DADocSetAccess/NSString-DocSetPrivateAddition.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (DocSetPrivateAddition) 9 | - (id)_dsa_stringAsPathComponent; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTDeviceKit/DTDKApplicationFile-InterfaceExtensions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DTDKApplicationFile (InterfaceExtensions) 9 | - (id)defaultIcon; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DTDeviceKit/DTDKScopeView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DTDKScopeView : NSView 9 | { 10 | } 11 | 12 | - (void)drawRect:(struct CGRect)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/DVTTextlikeFindDescriptor.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTTextlikeFindDescriptor 9 | @property(readonly) int matchStyle; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTFoundation/NSValue-DVTGeometryAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSValue (DVTGeometryAdditions) 9 | - (CDStruct_d2b197d1)dvt_insetValue; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/DVTTextCompletionGeneratorOperation.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DVTTextCompletionGeneratorOperation : DVTOperation 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSATSTypesetter-DVTARCAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSATSTypesetter (DVTARCAdditions) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSColorList-DVTNSColorListAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSColorList (DVTNSColorListAdditions) 9 | + (id)defaultSystemColorList; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSParagraphStyle-DVTARCAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSParagraphStyle (DVTARCAdditions) 9 | - (BOOL)dvt_requiresWeakIntercession; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSString-DVTPlistEditingAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (DVTPlistEditingAdditions) 9 | - (id)dvt_stringByEscapingForXML; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DVTKit/NSTreeNode-DVTTreeNodeUtilities.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSTreeNode (DVTTreeNodeUtilities) 9 | - (id)dvt_representedObjectLineage; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DebuggerUI/DBGProcess-DBGProcessAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DBGProcess (DBGProcessAdditions) 9 | @property(readonly) NSImage *image; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSArray-PBXArchiveSelectors.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSArray (PBXArchiveSelectors) 9 | - (SEL)selectorForArchiveMask:(int)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/NSValue-PBXArchiveSelectors.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSValue (PBXArchiveSelectors) 9 | - (SEL)selectorForArchiveMask:(int)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsCore/XCDiffHashing.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCDiffHashing 9 | - (unsigned long long)diffHashForDataSource:(XCDiffDataSource *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsFoundation/NSException-DTNSExceptionAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSException (DTNSExceptionAdditions) 9 | - (id)stackBacktrace; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/NSFont-FallbackAPI.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSFont (FallbackAPI) 9 | + (id)xCodeFontWithName:(id)arg1 size:(double)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXBookmark-PBXInspectorPanelSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXBookmark (PBXInspectorPanelSupport) 9 | - (id)displayName; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXBreakpoint-PBXIconImageAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXBreakpoint (PBXIconImageAdditions) 9 | - (id)iconImage; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXTSStreamConsuming.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol PBXTSStreamConsuming 9 | - (void)streamDidEnd:(PBXTSStream *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXTarget-PBXInspectorPanelSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXTarget (PBXInspectorPanelSupport) 9 | - (id)displayName; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/PBXTargetGroup-PBXIconImageAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXTargetGroup (PBXIconImageAdditions) 9 | - (id)iconImage; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/SCMSandboxEntry-PBXIconImageAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface SCMSandboxEntry (PBXIconImageAdditions) 9 | - (id)iconImage; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCColorTheme-XCSyntaxColoringPrefs.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCColorTheme (XCSyntaxColoringPrefs) 9 | - (id)localizedName; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCConfigurableDataSource.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCConfigurableDataSource : XCEConfigurableDataSource 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCConsole.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCConsole : PBXDebugCLIModule 9 | { 10 | } 11 | 12 | + (id)defaultModuleNibName; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCE_StorageForCGFloat.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCE_StorageForCGFloat : NSObject 9 | { 10 | double cgFloat; 11 | } 12 | 13 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCLogHeaderInclusionAdapter.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCLogHeaderInclusionAdapter : XCLogMessageAdapter 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCMenuButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XCMenuButton : NSButton 9 | { 10 | } 11 | 12 | - (void)mouseDown:(id)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/XCNetworkHostObserver.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XCNetworkHostObserver 9 | - (void)networkHostOnlineStatusChanged:(BOOL)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsInterface/_XCElementOpaqueView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _XCElementOpaqueView : NSView 9 | { 10 | } 11 | 12 | - (BOOL)isOpaque; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsKit/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DevToolsSupport/PBXTSStreamConsuming.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol PBXTSStreamConsuming 9 | - (void)streamDidEnd:(PBXTSStream *)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DocSetAccess/NSString-DocSetPrivateAddition.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (DocSetPrivateAddition) 9 | - (id)_dsa_stringAsPathComponent; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/DocSetManagement/DSADocSetUpdate-Comparison.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DSADocSetUpdate (Comparison) 9 | - (long long)compareByName:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GLToolsCore/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUTools/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsCore/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/GPUToolsInterface/_UXCollectionSnapshotView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _UXCollectionSnapshotView : UXCollectionReusableView 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/HexFiend/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/IBICHeightClass.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBICHeightClass : IBICSizeClass 9 | { 10 | } 11 | 12 | + (id)contentsJSONKey; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/NSNumber-InfoPlistOverlay.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSNumber (InfoPlistOverlay) 9 | - (Class)ib_immutableClassForPlistOverlay; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/NSString-InfoPlistOverlay.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSString (InfoPlistOverlay) 9 | - (Class)ib_immutableClassForPlistOverlay; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IBFoundation/TDThemeBitSource-IBPrivate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface TDThemeBitSource (IBPrivate) 9 | - (id)swizzledFileURLWithDocument:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/IDEDocContentOutlineTableRowView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEDocContentOutlineTableRowView : NSTableRowView 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEDocViewer/IDEInitialization.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEInitialization 9 | + (BOOL)ide_initializeWithOptions:(int)arg1 error:(id *)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEFoundation/IDEInitialization.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEInitialization 9 | + (BOOL)ide_initializeWithOptions:(int)arg1 error:(id *)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEGit/GitAddOperation.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface GitAddOperation : GitOperation 9 | { 10 | } 11 | 12 | - (id)initWithRequest:(id)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBLayoutConstraint-IBIDELayoutConstraintAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBLayoutConstraint (IBIDELayoutConstraintAdditions) 9 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBMissingImage.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBMissingImage : NSObject 9 | { 10 | } 11 | 12 | + (id)missingImage; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/IBRenderingDestination.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IBRenderingDestination 9 | - (double)backingScaleFactor; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSArray-IBIDEArrayAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSArray (IBIDEArrayAdditions) 9 | - (id)ib_orderedUniqueObjects; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSScreen-IBScreenAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSScreen (IBScreenAdditions) 9 | - (struct CGRect)layoutFrame; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSTableView-RevLock.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSTableView (RevLock) 9 | - (id)_ib_VersionCheckedExternalObjectTables; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEInterfaceBuilderKit/NSWindow-ResetHitViews.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSWindow (ResetHitViews) 9 | - (id)toolbarView; 10 | - (id)themeView; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/DVTModelObject.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol DVTModelObject 9 | @property(readonly, nonatomic) DVTModelObjectGraph *objectGraph; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEFirstIssueAlertViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEFirstIssueAlertViewController : IDEAlertViewController 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEScopeableView.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEScopeableView 9 | - (void)addScopeChoice:(NSString *)arg1 tag:(long long)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/IDEShowEditorAlertViewController.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEShowEditorAlertViewController : IDEAlertViewController 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/NSAlertDelegate.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSAlertDelegate 9 | 10 | @optional 11 | - (BOOL)alertShowHelp:(NSAlert *)arg1; 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEKit/NSDictionary-NSDictionaryScripting.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSDictionary (NSDictionaryScripting) 9 | - (id)scriptingRecordDescriptor; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelEditor/IDEDataModelDocumentLocation.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IDEDataModelDocumentLocation : IDEDMDocumentLocation 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelEditor/XDGraphEdge.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDGraphEdge 9 | - (id )tailGraphNode; 10 | - (id )headGraphNode; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEModelEditor/XDPMFetchRequest-UIExtension.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface XDPMFetchRequest (UIExtension) 9 | - (id)valueForUndefinedKey:(id)arg1; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEProductsUI/IDEInitialization.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol IDEInitialization 9 | + (BOOL)ide_initializeWithOptions:(int)arg1 error:(id *)arg2; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESceneKitEditor/SKEOutlineTextCell.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface SKEOutlineTextCell : SKEOutlineCell 9 | { 10 | } 11 | 12 | + (id)cell; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDESceneKitEditor/_SKEPrivateClassForFindingBundle.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface _SKEPrivateClassForFindingBundle : NSObject 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/IDEiPhoneSupport/DTDKCrashLog-FontWorkaround6773190.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface DTDKCrashLog (FontWorkaround6773190) 9 | - (id)crashLogFont; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/IBPopUpButton.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface IBPopUpButton : NSButton 9 | { 10 | } 11 | 12 | - (void)mouseDown:(id)arg1; 13 | 14 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSException-IBExceptionAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSException (IBExceptionAdditions) 9 | - (id)prettyBacktrace; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSScreen-SwizzledMethods.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSScreen (SwizzledMethods) 9 | + (id)screensWithoutHosingAppKitLock; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSToolbarItem-SwizzledMethods.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSToolbarItem (SwizzledMethods) 9 | - (id)_ibtoolSafeImageForMenu; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/InterfaceBuilderKit/NSView-IBViewRendererAdditions.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSView (IBViewRendererAdditions) 9 | - (Class)viewRendererClass; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/MTLToolsCore/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/PhysicsKit/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SceneKit/SCNTechniqueSupport.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol SCNTechniqueSupport 9 | @property(copy, nonatomic) SCNTechnique *technique; 10 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SenTestingKit/NSNotification-SenTest.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface NSNotification (SenTest) 9 | - (id)exception; 10 | - (id)test; 11 | - (id)run; 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/SpriteKit/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDBase/XDUMLNamespace.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDUMLNamespace 9 | - (NSArray *)ownedMembers; 10 | - (NSArray *)members; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDInterface/NSCoding.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol NSCoding 9 | - (id)initWithCoder:(NSCoder *)arg1; 10 | - (void)encodeWithCoder:(NSCoder *)arg1; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/XDInterface/XDGraphEdge.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @protocol XDGraphEdge 9 | - (id )tailGraphNode; 10 | - (id )headGraphNode; 11 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/PBXAppleScriptBuildPhaseWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXAppleScriptBuildPhaseWrapper : PBXBuildPhaseWrapper 9 | { 10 | } 11 | 12 | @end -------------------------------------------------------------------------------- /XcodeRefactoringPlus/XcodeClasses/Xcode6.3/Xcode3UI/PBXHeadersBuildPhaseWrapper.h: -------------------------------------------------------------------------------- 1 | // 2 | // Generated by class-dump 3.5 (64 bit). 3 | // 4 | // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. 5 | // 6 | 7 | 8 | @interface PBXHeadersBuildPhaseWrapper : PBXSingletonBuildPhaseWrapper 9 | { 10 | } 11 | 12 | @end --------------------------------------------------------------------------------