luxlabs header browser preview


@class WBSHistory;

@interface WBSRecentHistoryTopicTagController : NSObject {
    WBSHistory *_history;
}

@property (nonatomic) unsigned long long maximumNumberOfTopics;
@property (nonatomic) double timeIntervalBeforeNowForFetchingTags;

- (void).cxx_destruct;
- (id)initWithHistory:(id)a0;
- (void)loadTopicsWithCompletionHandler:(id /* block */)a0;

@end