]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLLibraryController.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / PhotoLibrary / PLLibraryController.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 "NSObject.h"
8
9 @class PLLibraryView, UITextField;
10
11 @interface PLLibraryController : NSObject
12 {
13 PLLibraryView *_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)libraryView:(id)fp8 didSelectAlbum:(id)fp12;
24
25 @end
26