00001
00002
00003
00004
00005
00006
00007 #import "UIView.h"
00008
00009 @class UIImageView;
00010
00011 @interface MusicNowPlayingArtLayer : UIView
00012 {
00013 UIImageView *_imageView;
00014 UIImageView *_reflection;
00015 id _swipeDelegate;
00016 }
00017
00018 - (void)dealloc;
00019 - (struct CGSize)imageSize;
00020 - (void)setAlbumArtImage:(id)fp8 maxSize:(float)fp12;
00021 - (id)albumArtImage;
00022 - (void)setAlbumAlpha:(float)fp8 reflectionAlpha:(float)fp12;
00023 - (void)setReflectionVisible:(BOOL)fp8 withDuration:(float)fp12;
00024 - (void)setSwipeDelegate:(id)fp8;
00025 - (BOOL)canHandleSwipes;
00026 - (BOOL)swipe:(int)fp8 withEvent:(struct __GSEvent *)fp12;
00027
00028 @end
00029