]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLAlbumViewController.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / PLAlbumViewController.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 "UIViewController.h"
8
9 @class MLPhotoAlbum;
10
11 @interface PLAlbumViewController : UIViewController
12 {
13 MLPhotoAlbum *_album;
14 }
15
16 - (id)initWithAlbum:(id)fp8;
17 - (void)dealloc;
18 - (void)setParentViewController:(id)fp8;
19 - (void)loadView;
20 - (void)viewWillAppear:(BOOL)fp8;
21 - (void)setAlbum:(id)fp8;
22 - (void)cancelButtonClicked:(id)fp8;
23 - (void)albumView:(id)fp8 selectedPhoto:(id)fp12;
24
25 @end
26