@class NSMutableDictionary; @interface ATXRootOfAppDataWithDictionary : ATXRootOfAppData { NSMutableDictionary *_sessionCounts; NSMutableDictionary *_firstUA; } - (id)init; - (id)description; - (void).cxx_destruct; - (void)recordSessionWithBundleId:(id)a0 firstAction:(id)a1; - (unsigned long long)sessionCountForBundleId:(id)a0; - (unsigned long long)sessionCountForBundleId:(id)a0 firstAction:(id)a1; @end