]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/LibraryController.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / PhotoLibrary / LibraryController.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 <Foundation/NSObject.h>
8
9 @class LibraryView, UITextField;
10
11 @interface LibraryController : NSObject
12 {
13 LibraryView *_libraryView;
14 UITextField *_nameField;
15 }
16
17 - (struct CGSize)_layerSize;
18 - (void)dealloc;
19 - (void)storeCurrentConfiguration:(id)fp8;
20 - (void)loadCurrentConfiguration:(id)fp8;
21 - (void)reloadLibrary;
22 - (id)libraryView;
23 - (void)selectAlbum:(id)fp8;
24
25 @end
26