From 53ad32ac7143c06e15c445dbcfc1fa1ca24e11d2 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Mon, 14 Nov 2022 18:49:10 +0100 Subject: [PATCH] Fix name --- Sources/Sentry/include/PrivateSentrySDKOnly.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Sentry/include/PrivateSentrySDKOnly.h b/Sources/Sentry/include/PrivateSentrySDKOnly.h index 8ee93616e6c..4a81c3f7347 100644 --- a/Sources/Sentry/include/PrivateSentrySDKOnly.h +++ b/Sources/Sentry/include/PrivateSentrySDKOnly.h @@ -96,7 +96,7 @@ typedef void (^SentryOnAppStartMeasurementAvailable)( @property (class, nonatomic, assign, readonly) SentryScreenFrames *currentScreenFrames; -+ (NSArray *)captureScreenShots; ++ (NSArray *)captureScreenshots; #endif @end