]> git.saurik.com Git - iphone-api.git/blame - PhotoLibrary/PLCameraButton.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / PLCameraButton.h
CommitLineData
491070e3
JF
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import "UIThreePartButton.h"
8
9@class NSMutableArray, UIImageView, UIView;
10
11@interface PLCameraButton : UIThreePartButton
12{
13 UIView *_rotationHolder;
14 UIImageView *_cameraIcon;
15 NSMutableArray *_buttonImages;
16 BOOL _lockEnabled;
17 BOOL _isLandscape;
18}
19
20- (id)initWithDefaultSize;
21- (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
22- (void)dealloc;
23- (void)updateButtonBackgrounds;
24- (void)setDeviceOrientation:(int)fp8;
25- (void)lockEnabled:(BOOL)fp8;
26- (void)setEnabled:(BOOL)fp8;
27- (void)_setHighlightOnMouseDown:(BOOL)fp8;
28
29@end
30