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 <UIKit/UIView.h>
9 @
class EmptyAlbumView
, LibraryController
, NSArray
, SelectableTable
;
11 @interface LibraryView
: UIView
13 LibraryController
*_libraryController
;
15 SelectableTable
*_table
;
16 EmptyAlbumView
*_emptyLibraryView
;
20 - (void)_updateInterface
;
21 - (void)_pictureWasTaken
:(id
)fp8
;
22 - (void)_pictureWasDeleted
:(id
)fp8
;
24 - (void)_updateTableScrollRect
;
25 - (id
)initWithFrame
:(struct CGRect
)fp8 libraryController
:(id
)fp24
;
27 - (void)cameraAlbumDidChange
;
28 - (void)statusBarHeightDidChange
:(id
)fp8
;
29 - (void)storeCurrentConfiguration
:(id
)fp8
;
30 - (void)loadCurrentConfiguration
:(id
)fp8
;
31 - (void)setAlbums
:(id
)fp8
;
32 - (void)viewWillBeDisplayed
;
33 - (void)updateButtonBar
:(id
)fp8 duration
:(float)fp12
;
34 - (int)numberOfRowsInTable
:(id
)fp8
;
35 - (id
)table
:(id
)fp8 cellForRow
:(int)fp12 column
:(id
)fp16
;
36 - (void)tableSelectionDidChange
:(id
)fp8
;