Skip to content

Commit 19e9d51

Browse files
committed
Rev fixes
1 parent e277ddf commit 19e9d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNCPagerView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NS_ASSUME_NONNULL_BEGIN
88

99
@interface RNCPagerView: UIView <RtlLayoutProtocol>
1010

11-
- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher;
11+
- (instancetype)initWithEventDispatcher:(id<RCTEventDispatcherProtocol> )eventDispatcher;
1212

1313
@property(nonatomic) NSInteger initialPage;
1414
@property(nonatomic) NSInteger lastReportedIndex;

0 commit comments

Comments
 (0)