]> git.saurik.com Git - iphone-api.git/blame - PhotoLibrary/MobileMeAlbum.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / PhotoLibrary / MobileMeAlbum.h
CommitLineData
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 <Foundation/NSObject.h>
8
9@class NSString;
10
11@interface MobileMeAlbum : NSObject
12{
13 NSString *_name;
14 NSString *_email;
15 int _type;
16}
17
18- (id)initWithAlbumInformation:(id)fp8;
19- (void)dealloc;
20- (id)albumInformation;
21- (id)name;
22- (id)emailAddress;
23- (int)type;
24
25@end
26