@class NSString, NSUserDefaults; @interface HDHeartDaemonPlugin : NSObject { NSUserDefaults *_heartNotificationsUserDefaults; } @property (readonly, copy, nonatomic) NSString *pluginIdentifier; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; @property (readonly, copy, nonatomic) NSString *schemaName; - (void)registerMigrationStepsForProtectionClass:(long long)a0 migrator:(id)a1; - (id)init; - (id)extensionForProfile:(id)a0; - (id)taskServerClasses; - (id)extensionForHealthDaemon:(id)a0; - (void).cxx_destruct; - (id)databaseEntitiesForProtectionClass:(long long)a0; - (void)handleDatabaseObliteration; - (long long)currentSchemaVersionForProtectionClass:(long long)a0; - (id)demoDataGeneratorClasses; - (id)_databaseSchemaForProtectionClass:(long long)a0; - (id)initWithHeartNotificationsUserDefaults:(id)a0; @end