Skip to content

Commit 6fe96f0

Browse files
committed
fix: error: non-void function does not return a value in all control paths
1 parent 98fba3a commit 6fe96f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HWPanModal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'HWPanModal'
11-
s.version = '0.9.6'
11+
s.version = '0.9.7'
1212
s.summary = 'HWPanModal is used to present controller and drag to dismiss.'
1313

1414
# This description is used to generate tags and improve search results.

Sources/View/PanModal/HWPanModalContentView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ - (UIView *)findKeyWindow {
408408
}
409409
}
410410
}
411+
return nil;
411412
}
412413

413414
@end

0 commit comments

Comments
 (0)