2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "UIThreePartButton.h"
9 @
class NSMutableArray
, UIImageView
, UIView
;
11 @interface PLCameraButton
: UIThreePartButton
13 UIView
*_rotationHolder
;
14 UIImageView
*_cameraIcon
;
15 NSMutableArray
*_buttonImages
;
20 - (id
)initWithDefaultSize
;
21 - (BOOL
)pointInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
23 - (void)updateButtonBackgrounds
;
24 - (void)setDeviceOrientation
:(int)fp8
;
25 - (void)lockEnabled
:(BOOL
)fp8
;
26 - (void)setEnabled
:(BOOL
)fp8
;
27 - (void)_setHighlightOnMouseDown
:(BOOL
)fp8
;