luxlabs header browser preview


@class NSString, ClientConnection, CADPredicate;

@interface _CADFetchCalendarItemsWithPredicateOperation : NSOperation <CalCancellationToken> {
    CADPredicate *_predicate;
    int _entityType;
    ClientConnection *_connection;
    id /* block */ _completion;
}

@property (readonly, nonatomic) int fetchIdentifier;
@property (readonly, nonatomic) BOOL isCancelled;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)performSynchronouslyWithPredicate:(id)a0 entityType:(int)a1 connection:(id)a2 fetchIdentifier:(int)a3 cancellationToken:(id)a4;
+ (void)queryDatabase:(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; } *)a0 withID:(int)a1 predicate:(id)a2 connection:(id)a3 serializer:(id)a4 cancellationToken:(id)a5;
+ (BOOL)isJunkEvent:(void *)a0;

- (void)main;
- (void).cxx_destruct;
- (void)cancel;
- (id)initWithPredicate:(id)a0 entityType:(int)a1 connection:(id)a2 fetchIdentifier:(int)a3 completionHandler:(id /* block */)a4;

@end