luxlabs header browser preview


@class NSMutableDictionary;

@interface ATXHomeScreenLogWidgetEventDictionaries : NSObject {
    NSMutableDictionary *_widgetEventDictionaries;
}

+ (id)widgetEventDictionaryAccumulatorSplitByLocationKeys;

- (id)init;
- (void).cxx_destruct;
- (void)sendToCoreAnalytics;
- (id)_createNewWidgetEventDictionaryForBundleId:(id)a0 kind:(id)a1 size:(unsigned long long)a2;
- (id)_widgetEventDictionaryForATXHomeScreenWidgetIdentifiable:(id)a0;
- (id)_widgetEventDictionaryForHomeScreenEvent:(id)a0;
- (id)_widgetEventDictionaryForWidgetId:(id)a0 widgetKind:(id)a1 widgetSize:(unsigned long long)a2;
- (id)_widgetEventDictionaryKeyWithWidgetId:(id)a0 widgetKind:(id)a1 widgetSize:(unsigned long long)a2;
- (id)dryRunResult;
- (void)updateUnlockSessionsWithWidgetDwell:(id)a0;
- (void)updateWidgetLevelSummaryForHomeScreenEvent:(id)a0 lastStackEvent:(id)a1;
- (void)updateWidgetLevelSummaryForWidgetPseudoTapWithStackShownEvent:(id)a0;

@end