2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class MLPhotoAlbum
, PLEmptyAlbumView
, PLImageCountCell
, PLSelectableTable
, PLThumbnailTableCell
;
11 @interface PLAlbumView
: UIView
14 PLSelectableTable
*_indexTable
;
15 struct CGSize _gridSize
;
16 struct CGSize _cellSize
;
19 PLThumbnailTableCell
*_highlightedCell
;
20 PLImageCountCell
*_imageCountCell
;
21 PLEmptyAlbumView
*_emptyAlbumView
;
26 - (float)_padding
:(float *)fp8
;
27 - (void)_updateScrollerIndicatorSubrect
;
28 - (void)setFrame
:(struct CGRect
)fp8
;
29 - (void)_setupIndexTable
;
30 - (void)setBottomBufferHeight
:(float)fp8
;
31 - (struct CGSize
)_calculateGridSizeForCount
:(int)fp8
;
32 - (struct CGSize
)_indexCellSizeForCount
:(int)fp8
;
33 - (void)_pictureWasTaken
:(id
)fp8
;
34 - (id
)initWithFrame
:(struct CGRect
)fp8
;
36 - (void)setRequiresPadding
:(BOOL
)fp8
;
37 - (void)cameraAlbumDidChange
;
38 - (void)statusBarHeightDidChange
:(id
)fp8
;
39 - (void)storeCurrentConfiguration
:(id
)fp8
;
40 - (void)loadCurrentConfiguration
:(id
)fp8
;
42 - (void)setAlbum
:(id
)fp8
;
43 - (void)setDelegate
:(id
)fp8
;
44 - (void)scrollRowToVisible
:(int)fp8
;
45 - (int)numberOfRowsInTable
:(id
)fp8
;
46 - (id
)_imageCountCell
;
47 - (id
)table
:(id
)fp8 cellForRow
:(int)fp12 column
:(id
)fp16 reusing
:(id
)fp20
;
48 - (void)thumbnailSelected
:(id
)fp8
;
49 - (void)tableSelectionDidChange
:(id
)fp8
;
50 - (void)reloadIndexTable
;
52 - (void)clearSelection
;
53 - (void)updateButtonBar
:(id
)fp8 duration
:(float)fp12 visible
:(BOOL
)fp16
;
54 - (void)viewWillBeDisplayed
;
55 - (void)setHighlightedCell
:(id
)fp8
;