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

9 lines
235 B
Objective-C

#import "PLCameraButton.h"
NS_CLASS_DEPRECATED_IOS(5_0, 6_1)
@interface PLCameraButtonBar : UIToolbar
@property (retain, nonatomic) PLCameraButton *cameraButton;
- (UIView *)_backgroundView;
- (void)_setVisibility:(BOOL)visible;
@end