X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/e980fa37a154b26625b8e9472bfd5404bde0aa85..6f276052ff907885a6674cd5fbec7aa2d8082cf8:/ITMTRemote.m diff --git a/ITMTRemote.m b/ITMTRemote.m index 36b82eb..8cb5178 100755 --- a/ITMTRemote.m +++ b/ITMTRemote.m @@ -1,4 +1,4 @@ -pen#import "ITMTRemote.h" +#import "ITMTRemote.h" @implementation ITMTRemote @@ -84,7 +84,12 @@ pen#import "ITMTRemote.h" return nil; } -- (ITMTRemotePlayerPlaylistClass)classOfPlaylistAtIndex:(int)index +- (ITMTRemotePlayerSource)currentSource +{ + return nil; +} + +- (ITMTRemotePlayerPlaylistClass)currentPlaylistClass { return nil; } @@ -99,7 +104,17 @@ pen#import "ITMTRemote.h" return nil; } -- (NSString *)currentSongUniqueIdentifier +- (int)currentAlbumTrackCount +{ + return nil; +} + +- (int)currentSongTrack +{ + return nil; +} + +- (NSString *)playerStateUniqueIdentifier { return nil; } @@ -139,6 +154,11 @@ pen#import "ITMTRemote.h" return nil; } +- (NSString *)currentSongElapsed +{ + return nil; +} + - (float)currentSongRating { return nil; @@ -149,7 +169,7 @@ pen#import "ITMTRemote.h" return NO; } -- (BOOL)equalizerEnabled +/* - (BOOL)equalizerEnabled { return NO; } @@ -157,7 +177,7 @@ pen#import "ITMTRemote.h" - (BOOL)setEqualizerEnabled:(BOOL)enabled { return NO; -} +} */ - (NSArray *)eqPresets {