luxlabs header browser preview


@interface NEIKEv2DHProtocol : NSObject <NSCopying> {
    unsigned long long _group;
}

@property (readonly) unsigned long long group;

- (unsigned long long)hash;
- (id)description;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithGroup:(unsigned long long)a0;

@end