Skip to content

Commit

Permalink
Add missing typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jul 22, 2022
1 parent 96d15f7 commit c030233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e
React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b
React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76
react-native-slider: 1f274c5a64a3d1bba7678c62e81ab0f6d626da3f
react-native-slider: 38a126de18fba442061714a15a9ca81e1cd3c886
React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd
React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180
React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45
Expand Down
2 changes: 2 additions & 0 deletions package/ios/RNCSliderComponentView.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

NS_ASSUME_NONNULL_BEGIN

typedef void (^RNCLoadImageCompletionBlock)(NSError * _Nullable error, UIImage * _Nullable image);

@interface RNCSliderComponentView : RCTViewComponentView

@property (nonatomic, copy) RCTBubblingEventBlock onRNCSliderValueChange;
Expand Down

0 comments on commit c030233

Please sign in to comment.