]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLLibraryView.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / PhotoLibrary / PLLibraryView.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 "UIView.h"
8
9 @class NSArray, PLEmptyAlbumView, PLSelectableTable;
10
11 @interface PLLibraryView : UIView
12 {
13 id _delegate;
14 NSArray *_albums;
15 PLSelectableTable *_table;
16 PLEmptyAlbumView *_emptyLibraryView;
17 unsigned int _pad:1;
18 }
19
20 - (BOOL)_hasContent;
21 - (void)_updateInterface;
22 - (void)_pictureWasTaken:(id)fp8;
23 - (void)_pictureWasDeleted:(id)fp8;
24 - (float)_padding;
25 - (void)_updateTableScrollRect;
26 - (id)initWithFrame:(struct CGRect)fp8 requiresPadding:(BOOL)fp24;
27 - (void)dealloc;
28 - (void)setDelegate:(id)fp8;
29 - (void)cameraAlbumDidChange;
30 - (void)statusBarHeightDidChange:(id)fp8;
31 - (void)storeCurrentConfiguration:(id)fp8;
32 - (void)loadCurrentConfiguration:(id)fp8;
33 - (void)setAlbums:(id)fp8;
34 - (void)viewWillBeDisplayed;
35 - (void)updateButtonBar:(id)fp8 duration:(float)fp12;
36 - (int)numberOfRowsInTable:(id)fp8;
37 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16;
38 - (void)tableSelectionDidChange:(id)fp8;
39
40 @end
41