]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPArtworkInfo.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / MediaPlayer / MPArtworkInfo.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 "NSObject.h"
8
9 @class UIImage;
10
11 @interface MPArtworkInfo : NSObject
12 {
13 UIImage *_image;
14 struct CGRect _imageSubRect;
15 double _time;
16 }
17
18 + (id)artworkInfoWithImage:(id)fp8 rect:(struct CGRect)fp12 time:(double)fp28;
19 - (void)dealloc;
20 - (double)time;
21 - (void)setTime:(double)fp8;
22 - (struct CGRect)imageSubRect;
23 - (void)setImageSubRect:(struct CGRect)fp8;
24 - (id)image;
25 - (void)setImage:(id)fp8;
26
27 @end
28