You can now connect through the new NetworkObject. Password
[MenuTunes.git] / NetworkObject.h
index f211d19..75d534c 100755 (executable)
@@ -25,4 +25,7 @@
 }
 - (ITMTRemote *)remote;
 - (NSString *)serverName;
+
+- (BOOL)requiresPassword;
+- (BOOL)sendPassword:(NSData *)password;
 @end