luxlabs header browser preview


@interface TVRCAnalytics : NSObject

+ (id)sharedInstance;

- (id)_connectionDictionaryForType:(id)a0 status:(id)a1 reason:(id)a2;
- (id)_presentationSourceEventDictionaryFor:(id)a0;
- (id)_spinnerShownDictionaryFor:(id)a0;
- (void)logConnectingSpinnerShown:(id)a0;
- (void)logConnectionStatus:(long long)a0 type:(long long)a1 reason:(long long)a2;
- (void)logFindingSessionStatistics:(id)a0;
- (void)logPresentationFrom:(id)a0;
- (void)logSearchingSpinnerShown;
- (void)logSessionStatistics:(id)a0;
- (void)logShortcutActionRunWithType:(id)a0;

@end