From 17a5c04c5bcccf31eed1275a0d92296a38f7e587 Mon Sep 17 00:00:00 2001 From: Tulio Parreiras Date: Wed, 20 Oct 2021 14:57:04 -0300 Subject: [PATCH] Make `createPluginModule` optional --- Core/Public/Plugin/HYPPlugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Public/Plugin/HYPPlugin.h b/Core/Public/Plugin/HYPPlugin.h index 47197be..9c23d34 100644 --- a/Core/Public/Plugin/HYPPlugin.h +++ b/Core/Public/Plugin/HYPPlugin.h @@ -36,7 +36,7 @@ * @param pluginExtension Extra data that the plugin might need in order to function. * @return A new plugin module instance the represents the HYPPlugin. */ -+(nonnull id)createPluginModule:(_Nonnull id)pluginExtension; ++(nullable id)createPluginModule:(_Nonnull id)pluginExtension; /** * This method is used to retrieve the plugin's version.