]>
Commit | Line | Data |
---|---|---|
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 <PhotoLibrary/PLPhotosButtonBar.h> | |
8 | ||
9 | @interface PLCameraButtonBar : PLPhotosButtonBar | |
10 | { | |
11 | int _centerButtonTag; | |
12 | } | |
13 | ||
14 | - (void)positionButtons:(id)fp8 tags:(int *)fp12 count:(int)fp16 group:(int)fp20; | |
15 | - (void)dealloc; | |
16 | - (void)start; | |
17 | - (void)stop; | |
18 | - (id)cameraButton; | |
19 | - (void)deviceOrientationChanged; | |
20 | - (void)setCenterButtonTag:(int)fp8; | |
21 | ||
22 | @end | |
23 |