Files
YTLitePlus/Tweaks/PSHeader/CameraApp/PanoramaViewDelegate.h
2023-06-27 09:54:41 +02:00

5 lines
120 B
Objective-C

@protocol panoramaViewDelegate
- (void)setCaptureDirection:(NSInteger)direction;
- (void)_arrowWasTapped:(id)arg1;
@end