luxlabs header browser preview


@interface CACGPatternCodingProxy : CACodingProxy {
    struct CGPattern { } *_pattern;
}

+ (BOOL)supportsSecureCoding;

- (id)initWithObject:(id)a0;
- (void)dealloc;
- (void)encodeWithCoder:(id)a0;
- (id)decodedObject;
- (id)initWithCoder:(id)a0;

@end