8 lines
235 B
Objective-C
8 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
|