In Obj-C, the boolean data type is BOOL, not bool. This seems to be the only class...
[MenuTunes.git] / ITMTRemote.h
index 735e11e..1d76786 100755 (executable)
@@ -79,6 +79,7 @@ typedef enum {stopped = -1, paused, playing, rewinding, forwarding} PlayerState;
  */
 - (BOOL)halt;
 
+- (BOOL)isAppRunning;
 - (PlayerState)playerState;
 
 - (NSArray *)playlists;