luxlabs header browser preview


@class SSDoubleLinkedList, NSMutableDictionary, NSObject;
@protocol OS_dispatch_queue;

@interface ISURLBagBackend : NSObject

@property (retain, nonatomic) NSObject<OS_dispatch_queue> *accessQueue;
@property (retain, nonatomic) NSMutableDictionary *bagValuesDictionary;
@property (retain, nonatomic) SSDoubleLinkedList *bagValuesList;

+ (BOOL)_bagValue:(id)a0 equalsBagValue:(id)a1;

- (id)init;
- (id)valueForKey:(id)a0 forBagWithKey:(id)a1;
- (id)deltaDictionaryRepresentationForBagWithKey:(id)a0;
- (void)removeBagValuesForBagWithKey:(id)a0;
- (void)addBagValues:(id)a0 forBagWithKey:(id)a1;
- (id)_bagValuesMapTableWithInitialValues:(id)a0;
- (id)description;
- (id)dictionaryRepresentationForBagWithKey:(id)a0;
- (id)_valueForKey:(id)a0 forBagValuesNode:(id)a1;
- (void).cxx_destruct;
- (id)diagnostics;

@end