luxlabs header browser preview


@class NSString, BRCNotificationPipe, BRCItemGlobalID, BRCAccountSessionFPFS, NSMutableArray;

@interface BRCDataOrDocsScopeGatherer : NSObject {
    BRCNotificationPipe *_pipe;
    id /* block */ _gatherReply;
    NSMutableArray *_gatheringAppLibraries;
    unsigned long long _gatheringRankMin;
    unsigned long long _gatheringRankMax;
    unsigned long long _lastSentRank;
    NSString *_gatheringNamePrefix;
    BRCAccountSessionFPFS *_session;
    BOOL _includesDeadItems;
    BOOL _invalidated;
}

@property (retain, nonatomic) BRCItemGlobalID *gatheredChildrenItemGlobalID;

- (void)dealloc;
- (void)done;
- (void)invalidate;
- (void).cxx_destruct;
- (id /* block */)_popGatherReply;
- (void)gatherWithBatchSize:(long long)a0 completion:(id /* block */)a1;
- (id)initWithNotificationPipe:(id)a0 appLibraries:(id)a1 startingRank:(unsigned long long)a2 maxRank:(unsigned long long)a3 withDeadItems:(BOOL)a4 gatherReply:(id /* block */)a5;

@end