]>
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 AlbumsController, EmptyAlbumView, ImageCountCell, MLPhotoAlbum, SelectableTable, ThumbnailTableCell; | |
10 | ||
11 | @interface AlbumView : UIView | |
12 | { | |
13 | MLPhotoAlbum *_album; | |
14 | SelectableTable *_indexTable; | |
15 | struct CGSize _gridSize; | |
16 | struct CGSize _cellSize; | |
17 | BOOL _showImageCount; | |
18 | AlbumsController *_controller; | |
19 | ThumbnailTableCell *_highlightedCell; | |
20 | ImageCountCell *_imageCountCell; | |
21 | EmptyAlbumView *_emptyAlbumView; | |
22 | } | |
23 | ||
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; | |
31 | - (void)dealloc; | |
32 | - (void)cameraAlbumDidChange; | |
33 | - (void)statusBarHeightDidChange:(id)fp8; | |
34 | - (void)storeCurrentConfiguration:(id)fp8; | |
35 | - (void)loadCurrentConfiguration:(id)fp8; | |
36 | - (id)album; | |
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; | |
46 | - (id)indexTable; | |
47 | - (void)clearSelection; | |
48 | - (void)updateButtonBar:(id)fp8 duration:(float)fp12; | |
49 | - (void)viewWillBeDisplayed; | |
50 | - (void)setHighlightedCell:(id)fp8; | |
51 | ||
52 | @end | |
53 |