00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "UIView.h" 00008 00009 @class AlbumsController, EmptyAlbumView, ImageCountCell, MLPhotoAlbum, SelectableTable, ThumbnailTableCell; 00010 00011 @interface AlbumView : UIView 00012 { 00013 MLPhotoAlbum *_album; 00014 SelectableTable *_indexTable; 00015 struct CGSize _gridSize; 00016 struct CGSize _cellSize; 00017 BOOL _showImageCount; 00018 AlbumsController *_controller; 00019 ThumbnailTableCell *_highlightedCell; 00020 ImageCountCell *_imageCountCell; 00021 EmptyAlbumView *_emptyAlbumView; 00022 } 00023 00024 - (float)_padding:(float *)fp8; 00025 - (void)_updateScrollerIndicatorSubrect; 00026 - (void)_setupIndexTable; 00027 - (struct CGSize)_calculateGridSizeForCount:(int)fp8; 00028 - (struct CGSize)_indexCellSizeForCount:(int)fp8; 00029 - (void)_pictureWasTaken:(id)fp8; 00030 - (id)initWithFrame:(struct CGRect)fp8; 00031 - (void)dealloc; 00032 - (void)cameraAlbumDidChange; 00033 - (void)statusBarHeightDidChange:(id)fp8; 00034 - (void)storeCurrentConfiguration:(id)fp8; 00035 - (void)loadCurrentConfiguration:(id)fp8; 00036 - (id)album; 00037 - (void)setAlbum:(id)fp8; 00038 - (id)albumsController; 00039 - (void)setAlbumsController:(id)fp8; 00040 - (void)scrollRowToVisible:(int)fp8; 00041 - (int)numberOfRowsInTable:(id)fp8; 00042 - (id)_imageCountCell; 00043 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20; 00044 - (void)thumbnailSelected:(id)fp8; 00045 - (void)reloadIndexTable; 00046 - (id)indexTable; 00047 - (void)clearSelection; 00048 - (void)updateButtonBar:(id)fp8 duration:(float)fp12; 00049 - (void)viewWillBeDisplayed; 00050 - (void)setHighlightedCell:(id)fp8; 00051 00052 @end 00053