Skip to content

Commit

Permalink
fix/marked_nonnull_for_nsnumber_arguments (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
alhiwatan authored Nov 28, 2024
1 parent 0a6491c commit ec0ec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/AppLovinMAX.m
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ - (instancetype)init
withPromiseRejecter: reject];
}

RCT_EXPORT_METHOD(destroyNativeUIComponentAdView:(NSNumber *)adViewId
RCT_EXPORT_METHOD(destroyNativeUIComponentAdView:(nonnull NSNumber *)adViewId
:(RCTPromiseResolveBlock)resolve
:(RCTPromiseRejectBlock)reject)
{
Expand Down

0 comments on commit ec0ec4a

Please sign in to comment.