luxlabs header browser preview


@class ATXHeuristicDevice;
@protocol _DKKnowledgeQuerying;

@interface ATXAppLaunchCountDataSource : NSObject {
    ATXHeuristicDevice *_device;
    id<_DKKnowledgeQuerying> _duetStore;
}

- (void)appLaunchCountForBundleId:(id)a0 startDate:(id)a1 endDate:(id)a2 limit:(unsigned long long)a3 callback:(id /* block */)a4;
- (id)initWithDevice:(id)a0;
- (void).cxx_destruct;

@end