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 AlbumsController
, EmptyAlbumView
, ImageCountCell
, MLPhotoAlbum
, SelectableTable
, ThumbnailTableCell
;
11 @interface AlbumView
: UIView
14 SelectableTable
*_indexTable
;
15 struct CGSize _gridSize
;
16 struct CGSize _cellSize
;
18 AlbumsController
*_controller
;
19 ThumbnailTableCell
*_highlightedCell
;
20 ImageCountCell
*_imageCountCell
;
21 EmptyAlbumView
*_emptyAlbumView
;
24 - (float)_padding
:(float *)fp8
;
25 - (void)_updateScrollerIndicatorSubrect
;
26 - (void)_setupIndexTable
;
27 - (struct CGSize
)_calculateGridSizeForCount
:(int)fp8
;
28 - (struct CGSize
)_indexCellSizeForCount
:(int)fp8
;
29 - (void)_pictureWasTaken
:(id
)fp8
;
30 - (id
)initWithFrame
:(struct CGRect
)fp8
;
32 - (void)cameraAlbumDidChange
;
33 - (void)statusBarHeightDidChange
:(id
)fp8
;
34 - (void)storeCurrentConfiguration
:(id
)fp8
;
35 - (void)loadCurrentConfiguration
:(id
)fp8
;
37 - (void)setAlbum
:(id
)fp8
;
38 - (id
)albumsController
;
39 - (void)setAlbumsController
:(id
)fp8
;
40 - (void)scrollRowToVisible
:(int)fp8
;
41 - (int)numberOfRowsInTable
:(id
)fp8
;
42 - (id
)_imageCountCell
;
43 - (id
)table
:(id
)fp8 cellForRow
:(int)fp12 column
:(id
)fp16 reusing
:(id
)fp20
;
44 - (void)thumbnailSelected
:(id
)fp8
;
45 - (void)reloadIndexTable
;
47 - (void)clearSelection
;
48 - (void)updateButtonBar
:(id
)fp8 duration
:(float)fp12
;
49 - (void)viewWillBeDisplayed
;
50 - (void)setHighlightedCell
:(id
)fp8
;