Private
Public Access
1
0
Files
Kordophone/MessagesBridge/Pilfered Headers/SOAPlugInControllerProtocol.h
James Magahern 58777807bc Initial commit
Message receiving works, sending sort of works
2018-11-12 20:10:46 -08:00

17 lines
383 B
Objective-C

//
// 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