]> git.saurik.com Git - iphone-api.git/blame - PhotoLibrary/CameraButtonBar.h
Add some IOMobileFramebuffer functions long ago used by Veency.
[iphone-api.git] / PhotoLibrary / CameraButtonBar.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 <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