@class NSString, ACHMobileAssetProvider; @protocol HDDatabaseSchemaProvider; @interface ACHAchievementsPlugin : NSObject { id _schemaProvider; ACHMobileAssetProvider *_mobileAssetProvider; } @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; @property (readonly, copy, nonatomic) NSString *syncSchemaIdentifier; + (BOOL)shouldLoadPluginForDaemon:(id)a0; - (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; - (id)orderedSyncEntities; - (long long)currentSchemaVersionForProtectionClass:(long long)a0; @end