luxlabs header browser preview


@interface WebUndefined : NSObject <NSCoding, NSCopying>

+ (id)allocWithZone:(struct _NSZone { } *)a0;
+ (id)undefined;

- (id)retain;
- (void)dealloc;
- (unsigned long long)retainCount;
- (void)encodeWithCoder:(id)a0;
- (id)autorelease;
- (id)description;
- (oneway void)release;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end