Skip to content

Commit

Permalink
fix: error: non-void function does not return a value in all control …
Browse files Browse the repository at this point in the history
…paths
  • Loading branch information
HeathWang committed Mar 13, 2023
1 parent 98fba3a commit 6fe96f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion HWPanModal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'HWPanModal'
s.version = '0.9.6'
s.version = '0.9.7'
s.summary = 'HWPanModal is used to present controller and drag to dismiss.'

# This description is used to generate tags and improve search results.
Expand Down
1 change: 1 addition & 0 deletions Sources/View/PanModal/HWPanModalContentView.m
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ - (UIView *)findKeyWindow {
}
}
}
return nil;
}

@end

0 comments on commit 6fe96f0

Please sign in to comment.