added support for custom host

This commit is contained in:
Diego Waxemberg
2014-10-20 20:08:12 -04:00
parent 37428c8c77
commit 85ee4f6518
6 changed files with 35 additions and 7 deletions
+1
View File
@@ -14,5 +14,6 @@
@property BOOL paired;
- (id) initWithHost:(NSNetService*)host;
- (id) initWithIp:(NSString*)host;
@end