luxlabs header browser preview


@interface PDFAnnotationCGPDFObject : NSObject {
    void *cfValue;
}

- (void)dealloc;
- (id)initWithCFObject:(void *)a0;

@end