2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @interface SystemNowPlayingController
: NSObject
12 BOOL _notifyEnableSystemHUDLastPostedState
;
13 int _notifyDisableSystemHUDToken
;
20 - (void)_setEnableSBMediaHUD
:(BOOL
)fp8
;
21 - (void)disableMediaHUD
;
22 - (void)enableMediaHUD
;
23 - (void)_postCurrentMedia
:(BOOL
)fp8 path
:(id
)fp12 title
:(id
)fp16 artist
:(id
)fp20 album
:(id
)fp24 isPlaying
:(BOOL
)fp28 playingToTVOut
:(BOOL
)fp32 hasImageData
:(BOOL
)fp36 additionalInfo
:(id
)fp40
;
24 - (void)postNowPlayingInfoForMovieWithTitle
:(id
)fp8 artist
:(id
)fp12 album
:(id
)fp16 isPlaying
:(BOOL
)fp20 playingToTVOut
:(BOOL
)fp24
;
25 - (void)postNowPlayingInfoForSongWithPath
:(id
)fp8 title
:(id
)fp12 artist
:(id
)fp16 album
:(id
)fp20 isPlaying
:(BOOL
)fp24 hasImageData
:(BOOL
)fp28 additionalInfo
:(id
)fp32
;