luxlabs header browser preview


@class NSString, NSArray, NSMutableDictionary;
@protocol CADManagedConfigurationHandler, CADACAccountsProvider;

@interface CADMCAccountAccessHandler : CADAccountAccessHandler {
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock;
    NSArray *_cachedAccounts;
    NSMutableDictionary *_allowedAccountIdentifiersByAction;
    NSArray *_localAccountRestrictionsByAction;
}

@property (readonly, nonatomic) NSString *bundleIdentifier;
@property (readonly, nonatomic) id<CADACAccountsProvider> accountsProvider;
@property (readonly, nonatomic) id<CADManagedConfigurationHandler> managedConfigHandler;
@property (readonly, nonatomic) unsigned long long accountManagement;

- (void)reset;
- (id)_loadAllowedAccountIdentifiersForAction:(unsigned long long)a0;
- (id)_filteredAccountsForAction:(unsigned long long)a0 withUnfilteredAccounts:(id)a1;
- (BOOL)_mayShowLocalAccountsForAction:(unsigned long long)a0;
- (BOOL)_isAccount:(id)a0 restrictedForAction:(unsigned long long)a1;
- (id)initWithDatabaseDataProvider:(id)a0 accountsProvider:(id)a1 managedConfigHandler:(id)a2 accountManagement:(unsigned long long)a3 bundleIdentifier:(id)a4;
- (BOOL)_areLocalStoresRestrictedForAction:(unsigned long long)a0;
- (void).cxx_destruct;
- (id)_cachedAccounts;
- (BOOL)isActionAllowed:(unsigned long long)a0 forStore:(void *)a1 inDatabase:(struct CalDatabase { struct __CFRuntimeBase { unsigned long long x0; _Atomic unsigned long long x1; } x0; int x1; struct CPRecordStore *x2; struct CalEventOccurrenceCache *x3; struct CalScheduledTaskCache *x4; void *x5; void *x6; struct __CFDictionary *x7; struct __CFDictionary *x8; struct os_unfair_lock_s { unsigned int x0; } x9; unsigned int x10; unsigned int x11; struct __CFArray *x12; struct __CFString *x13; struct __CFArray *x14; int x15; int x16; struct __CFString *x17; struct __CFURL *x18; struct __CFString *x19; struct __CFString *x20; unsigned long long x21; int x22; int x23; int x24; id /* block */ x25; struct _opaque_pthread_mutex_t { long long x0; char x1[56]; } x26; BOOL x27; struct __CFArray *x28; BOOL x29; struct __CFSet *x30; id x31; id x32; id x33; int x34; id x35; id x36; id x37; char *x38; unsigned int x39; unsigned int x40; int x41; BOOL x42; BOOL x43; BOOL x44; BOOL x45; BOOL x46; BOOL x47; BOOL x48; } *)a2;
- (void)gatherRestrictedCalendarRowIDs:(id)a0 forAction:(unsigned long long)a1 inDatabase:(struct CalDatabase { struct __CFRuntimeBase { unsigned long long x0; _Atomic unsigned long long x1; } x0; int x1; struct CPRecordStore *x2; struct CalEventOccurrenceCache *x3; struct CalScheduledTaskCache *x4; void *x5; void *x6; struct __CFDictionary *x7; struct __CFDictionary *x8; struct os_unfair_lock_s { unsigned int x0; } x9; unsigned int x10; unsigned int x11; struct __CFArray *x12; struct __CFString *x13; struct __CFArray *x14; int x15; int x16; struct __CFString *x17; struct __CFURL *x18; struct __CFString *x19; struct __CFString *x20; unsigned long long x21; int x22; int x23; int x24; id /* block */ x25; struct _opaque_pthread_mutex_t { long long x0; char x1[56]; } x26; BOOL x27; struct __CFArray *x28; BOOL x29; struct __CFSet *x30; id x31; id x32; id x33; int x34; id x35; id x36; id x37; char *x38; unsigned int x39; unsigned int x40; int x41; BOOL x42; BOOL x43; BOOL x44; BOOL x45; BOOL x46; BOOL x47; BOOL x48; } *)a2;
- (BOOL)_isDisabledForAction:(unsigned long long)a0;

@end