]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLLibraryViewController.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / PhotoLibrary / PLLibraryViewController.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 "UIViewController.h"
8
9 @class PLPhotoLibrary;
10
11 @interface PLLibraryViewController : UIViewController
12 {
13 PLPhotoLibrary *_library;
14 struct {
15 unsigned int albumsInvalid:1;
16 unsigned int visible:1;
17 unsigned int reserved:30;
18 } _libraryControllerFlags;
19 }
20
21 - (id)init;
22 - (void)dealloc;
23 - (void)loadView;
24 - (id)_library;
25 - (void)_updateAlbumsIfNecessary;
26 - (void)iTunesSyncRequestedStart;
27 - (void)iTunesSyncHasCompleted:(int)fp8;
28 - (void)viewWillAppear:(BOOL)fp8;
29 - (void)viewDidDisappear:(BOOL)fp8;
30 - (void)cancelButtonClicked:(id)fp8;
31 - (void)libraryView:(id)fp8 didSelectAlbum:(id)fp12;
32
33 @end
34