NSObject subclass

C27610
concept

An NSObject subclass is a custom class in Objective-C (or Swift via bridging) that inherits from the root NSObject class to gain fundamental runtime, memory management, and messaging behavior in the Cocoa/Cocoa Touch frameworks.

All labels observed (7)

Label Occurrences
Cocoa class 14
SceneKit class 8
Swift class 6

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: NSObject subclass
Generated description
An NSObject subclass is a custom class in Objective-C (or Swift via bridging) that inherits from the root NSObject class to gain fundamental runtime, memory management, and messaging behavior in the Cocoa/Cocoa Touch frameworks.

Instances (35)

Instance Via concept surface
HKQuantitySample
HKWorkout
WKSnapshotRefreshBackgroundTask WKRefreshBackgroundTask subclass
WKURLSessionRefreshBackgroundTask WKRefreshBackgroundTask subclass
CBDescriptor Swift class
CBPeripheralManager Swift class
SCNScene SceneKit class
SCNNode SceneKit class
SCNView Cocoa view class
SCNMaterial SceneKit class
SCNGeometry SceneKit class
SCNLight SceneKit class
SCNParticleSystem SceneKit class
SCNAnimation SceneKit class
SCNTransaction SceneKit class
GCController Swift class
NSNotification Cocoa class
NSDistributedNotificationCenter Cocoa class
NSNotificationQueue Cocoa class
NSView Cocoa class
CIImage Swift class
CIColor Swift class
OCKStore Swift class
HMEventTrigger
HMCharacteristicEvent
NSWindow Cocoa class
NSResponder Cocoa class
NSMenu Cocoa class
NSControl Cocoa class
NSText Cocoa class
NSDocument Cocoa class
NSImage Cocoa class
NSColor Cocoa class
NSWindowController Cocoa class
NSViewController Cocoa class