From f340ac61c72296b71efd8f64c400b6d75109c63f Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Thu, 31 Aug 2023 12:56:44 -0400 Subject: [PATCH] Review comments --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.h b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.h index fdb6d3d..1b02745 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.h +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadHandler.h @@ -52,7 +52,7 @@ - (void)getJsonData:(nonnull MVMCoreRequestParameters *)requestParameters forUrl:(nonnull NSURL *)url completion:(nonnull void (^)(NSData * _Nullable data, MVMCoreErrorObject *_Nullable error))completion; -- (void)getInitialParametersExcludingSections:(NSSet *_Nullable)excludeSections completion:(nonnull void (^)(NSDictionary *_Nullable parameters))completion; +- (void)getInitialParametersExcludingSections:(NSSet *_Nullable)excludeSections completion:(nonnull void (^)(NSDictionary *_Nullable parameters))completion NS_SWIFT_NAME(initialParameters(excludingSections:completion:)); // Creates a request object with the given parameters. - (void)transformToRequestWithParameters:(nonnull MVMCoreRequestParameters *)requestParameters completion:(nonnull void (^)(NSURLRequest * _Nullable request, MVMCoreErrorObject *_Nullable error))completion;