Core Plot (macOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTDebugQuickLook.h
Go to the documentation of this file.
1
4
@protocol
CPTDebugQuickLook
<
NSObject
>
5
8
12
-(nullable
id
)
debugQuickLookObject
;
13
15
16
@end
17
18
#pragma mark -
19
23
@interface
NSObject(CPTDebugQuickLookExtension)
<
CPTDebugQuickLook
>
24
{
25
}
26
27
@end
NSObject(CPTDebugQuickLookExtension)
Debugging extensions to NSObject.
Definition:
CPTDebugQuickLook.h:25
NSObject
id
typedef id
CPTDebugQuickLook-p
Methods used to show QuickLook previews of objects in the Xcode debugger and Swift playgrounds.
Definition:
CPTDebugQuickLook.h:4
-[CPTDebugQuickLook-p debugQuickLookObject]
nullable id debugQuickLookObject()
Used to show QuickLook previews of objects in the Xcode debugger and Swift playgrounds.
Source
CPTDebugQuickLook.h
Generated by
1.8.18