luxlabs header browser preview


@class CRKASMRosterProviderConfiguration, CRKASMCertificateVendor;

@interface CRKASMUserFactory : NSObject

@property (readonly, nonatomic) CRKASMRosterProviderConfiguration *configuration;
@property (readonly, nonatomic) CRKASMCertificateVendor *certificateVendor;

- (unsigned long long)hash;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)cachedTrustedUserForPerson:(id)a0;
- (id)cachedUserForPerson:(id)a0;
- (id)initWithConfiguration:(id)a0 certificateVendor:(id)a1;
- (BOOL)isUser:(id)a0 suitableForPerson:(id)a1;
- (id)makeTrustedUserForPerson:(id)a0;
- (id)makeUserForPerson:(id)a0;
- (id)trustedUserForPerson:(id)a0;
- (id)userForPerson:(id)a0;

@end