Skip to content

Commit

Permalink
Rev fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Nov 27, 2024
1 parent e277ddf commit 19e9d51
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 19e9d51

Please sign in to comment.