]>
Commit | Line | Data |
---|---|---|
491070e3 JF |
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 <UIKit/UIView.h> | |
8 | ||
9 | @class EmptyAlbumView, LibraryController, NSArray, SelectableTable; | |
10 | ||
11 | @interface LibraryView : UIView | |
12 | { | |
13 | LibraryController *_libraryController; | |
14 | NSArray *_albums; | |
15 | SelectableTable *_table; | |
16 | EmptyAlbumView *_emptyLibraryView; | |
17 | } | |
18 | ||
19 | - (BOOL)_hasContent; | |
20 | - (void)_updateInterface; | |
21 | - (void)_pictureWasTaken:(id)fp8; | |
22 | - (void)_pictureWasDeleted:(id)fp8; | |
23 | - (float)_padding; | |
24 | - (void)_updateTableScrollRect; | |
25 | - (id)initWithFrame:(struct CGRect)fp8 libraryController:(id)fp24; | |
26 | - (void)dealloc; | |
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; | |
37 | ||
38 | @end | |
39 |