Initial commit
Message receiving works, sending sort of works
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MessagesHelperProtocol.h
|
||||
// MessagesHelpers
|
||||
//
|
||||
// Created by Jeremy Payne on 7/10/12.
|
||||
// Copyright (c) 2012 Apple. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol SOAPlugInControllerProtocol <NSObject>
|
||||
|
||||
- (oneway void)connectPlugIn:(NSString *)plugInName withConnectionHandler:(void (^)(NSXPCListenerEndpoint *))replyHandler;
|
||||
- (void)reconnect;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user