Skip to content

Commit

Permalink
Rev fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Nov 22, 2024
1 parent 185d08b commit 0bcfc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNCPagerView.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NS_ASSUME_NONNULL_BEGIN

@interface RNCPagerView: UIView <RtlLayoutProtocol>

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

@property(nonatomic) NSInteger initialPage;
@property(nonatomic) NSInteger lastReportedIndex;
Expand Down

0 comments on commit 0bcfc4e

Please sign in to comment.