luxlabs header browser preview


@class NSMutableDictionary;

@interface LSInstallProgressList : NSObject {
    NSMutableDictionary *_progresses;
    NSMutableDictionary *_subscriptions;
}

- (id)init;
- (id)progressForBundleID:(id)a0;
- (void)removeSubscriberForPublishingKey:(id)a0 andBundleID:(id)a1;
- (id)description;
- (void).cxx_destruct;
- (id)subscriberForBundleID:(id)a0 andPublishingKey:(id)a1;
- (void)addSubscriber:(id)a0 forPublishingKey:(id)a1 andBundleID:(id)a2;
- (void)removeProgressForBundleID:(id)a0;
- (void)setProgress:(id)a0 forBundleID:(id)a1;

@end