/* NSQuickDrawView.h Application Kit Copyright (c) 1999-2012, Apple Inc. All rights reserved. */ /* QuickDraw is deprecated for 32-bit apps, and doesn't exist in 64-bit. */ #if !__LP64__ #import @interface NSQuickDrawView : NSView { @private void* _qdPort; void* _savePort; BOOL _synchToView; } - (void*) qdPort NS_RETURNS_INNER_POINTER NS_DEPRECATED_MAC(10_0, 10_4); @end #endif /* !__LP64__ */