]>
git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPArtworkInfo.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface MPArtworkInfo
: NSObject
14 struct CGRect _imageSubRect
;
18 + (id
)artworkInfoWithImage
:(id
)fp8 rect
:(struct CGRect
)fp12 time
:(double)fp28
;
21 - (void)setTime
:(double)fp8
;
22 - (struct CGRect
)imageSubRect
;
23 - (void)setImageSubRect
:(struct CGRect
)fp8
;
25 - (void)setImage
:(id
)fp8
;