@interface HDActivityDemoDataStore : NSObject + (id)demoStatisticsDataForTypeIdentifier:(id)a0; + (id)demoValueForKey:(id)a0 withDataTypeIdentifier:(id)a1; + (BOOL)shouldShowActivityDemoData; @end