2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "UIViewController.h"
11 @interface PLLibraryViewController
: UIViewController
13 PLPhotoLibrary
*_library
;
15 unsigned int albumsInvalid
:1;
16 unsigned int visible
:1;
17 unsigned int reserved
:30;
18 } _libraryControllerFlags
;
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
;