From 0bcfc4eee736fa76c688376d8432d775f1d8ed45 Mon Sep 17 00:00:00 2001 From: MrRefactor Date: Fri, 22 Nov 2024 14:19:39 +0100 Subject: [PATCH] Rev fixes --- ios/RNCPagerView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/RNCPagerView.h b/ios/RNCPagerView.h index 875e022b..e523d230 100644 --- a/ios/RNCPagerView.h +++ b/ios/RNCPagerView.h @@ -8,7 +8,7 @@ NS_ASSUME_NONNULL_BEGIN @interface RNCPagerView: UIView -- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher; +- (instancetype)initWithEventDispatcher:(id )eventDispatcher; @property(nonatomic) NSInteger initialPage; @property(nonatomic) NSInteger lastReportedIndex;