]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/EmptyAlbumView.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / EmptyAlbumView.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 <UIKit/UIView.h>
8
9 @class UIImageView, UITextLabel;
10
11 @interface EmptyAlbumView : UIView
12 {
13 UIImageView *_icon;
14 UITextLabel *_title;
15 UITextLabel *_message;
16 }
17
18 - (id)_emptyRollImageForAlbum:(id)fp8;
19 - (id)_messageForAlbum:(id)fp8;
20 - (id)_createLabelWithText:(id)fp8 font:(struct __GSFont *)fp12 bottom:(float)fp16;
21 - (id)_createTextViewWithText:(id)fp8 bottom:(float)fp12;
22 - (id)initWithFrame:(struct CGRect)fp8;
23 - (void)dealloc;
24 - (void)setAlbum:(id)fp8;
25
26 @end
27