diff options
Diffstat (limited to 'macosx/HBPictureHUDController.h')
-rw-r--r-- | macosx/HBPictureHUDController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPictureHUDController.h b/macosx/HBPictureHUDController.h index 0aa144443..8b2de1159 100644 --- a/macosx/HBPictureHUDController.h +++ b/macosx/HBPictureHUDController.h @@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN - (void)displayPreviewAtIndex:(NSUInteger)idx; - (void)toggleScaleToScreen; -- (void)showPictureSettings; +- (void)showCroppingSettings:(id)sender; - (void)createMoviePreviewWithPictureIndex:(NSUInteger)index duration:(NSUInteger)duration; |