luxlabs header browser preview


@class NSString;

@interface _NSUIKitTextGraphicsContext : NSObject <NSTextGraphicsContextInternal>

@property (class, readonly) _NSUIKitTextGraphicsContext *sharedContext;

@property (readonly) struct CGContext { } *CGContext;
@property (readonly, getter=isFlipped) BOOL flipped;
@property (readonly, getter=isDrawingToScreen) BOOL drawingToScreen;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)graphicsContextForApplicationFrameworkContext:(long long)a0;

- (void)becomeCurrentGraphicsContextDuringBlock:(id /* block */)a0;
- (void)saveGraphicsState;
- (void)restoreGraphicsState;

@end