luxlabs header browser preview


@interface ECPlainAuthScheme : ECAuthScheme

@property (class, readonly) ECPlainAuthScheme *plainAuthScheme;

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

- (void)dealloc;
- (id)name;
- (id)humanReadableName;
- (unsigned int)applescriptScheme;
- (id)supportedSASLMechanisms;

@end