]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/CameraButtonBar.h
833b7f909c5ab9a40d8802eca0900a9f1d5d6784
[iphone-api.git] / PhotoLibrary / CameraButtonBar.h
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/PhotosButtonBar.h>
8
9 @interface CameraButtonBar : PhotosButtonBar
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