mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-10 00:20:26 +00:00
4 lines
120 B
Objective-C
4 lines
120 B
Objective-C
@protocol panoramaViewDelegate
|
|
- (void)setCaptureDirection:(NSInteger)direction;
|
|
- (void)_arrowWasTapped:(id)arg1;
|
|
@end
|