00001
00002
00003
00004
00005
00006
00007 #import "UIView.h"
00008
00009 @class EmptyAlbumView, LibraryController, NSArray, SelectableTable;
00010
00011 @interface LibraryView : UIView
00012 {
00013 LibraryController *_libraryController;
00014 NSArray *_albums;
00015 SelectableTable *_table;
00016 EmptyAlbumView *_emptyLibraryView;
00017 }
00018
00019 - (BOOL)_hasContent;
00020 - (void)_updateInterface;
00021 - (void)_pictureWasTaken:(id)fp8;
00022 - (void)_pictureWasDeleted:(id)fp8;
00023 - (float)_padding;
00024 - (void)_updateTableScrollRect;
00025 - (id)initWithFrame:(struct CGRect)fp8 libraryController:(id)fp24;
00026 - (void)dealloc;
00027 - (void)cameraAlbumDidChange;
00028 - (void)statusBarHeightDidChange:(id)fp8;
00029 - (void)storeCurrentConfiguration:(id)fp8;
00030 - (void)loadCurrentConfiguration:(id)fp8;
00031 - (void)setAlbums:(id)fp8;
00032 - (void)viewWillBeDisplayed;
00033 - (void)updateButtonBar:(id)fp8 duration:(float)fp12;
00034 - (int)numberOfRowsInTable:(id)fp8;
00035 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16;
00036 - (void)tableSelectionDidChange:(id)fp8;
00037
00038 @end
00039