Removed network from MP OS X + initial STM code MP iOS.
[REMOVED] OS X: Removed networking code. We're going to use SendToMac instead. [ADDED] iOS: Initial code for communicating with SendToMac hosts.
This commit is contained in:
17
SendToMac/SendToMac.h
Normal file
17
SendToMac/SendToMac.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// SendToMac.h
|
||||
// SendToMac
|
||||
//
|
||||
// Created by Maarten Billemont on 13/03/12.
|
||||
// Copyright (c) 2012 Lyndir. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface SendToMac : NSObject <NSNetServiceDelegate>
|
||||
|
||||
@property (assign) NSTimeInterval timeout;
|
||||
@property (strong) NSNetServiceBrowser *netServiceBrowser;
|
||||
@property (strong) NSMutableDictionary *messageQueues;
|
||||
|
||||
@end
|
Reference in New Issue
Block a user