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.