X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/3af6b8277d3305427112b099523abeab3c231816..dc0ea78f6dcf17f7b124af1ae4c563d2c2520ae3:/AudioscrobblerController.h diff --git a/AudioscrobblerController.h b/AudioscrobblerController.h index ae0a20e..78cfdb3 100644 --- a/AudioscrobblerController.h +++ b/AudioscrobblerController.h @@ -33,6 +33,7 @@ typedef enum { } + (AudioscrobblerController *)sharedController; +- (void)attemptHandshake; - (void)attemptHandshake:(BOOL)force; - (BOOL)handshakeCompleted; - (void)submitTrack:(NSString *)title artist:(NSString *)artist album:(NSString *)album length:(int)length;