/headers/MoviePlayerUI/MusicNowPlayingArtLayer.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
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