X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/d33e9b61891ddd4d4e70422f3f20c693d0ee030c..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;