works_for_me
Volker Birk 3 years ago
parent 63daf7e392
commit e32232da37

@ -11,6 +11,6 @@
#import "pEpMacOSAdapterProtocol.h"
#import "pEpMacOSAdapterSubscriberProtocol.h"
// This object implements the protocol which we have defined. It provides the actual behavior for the service. It is 'exported' by the service to make it available to the process hosting the service over an NSXPCConnection.
/// This object implements the protocol which we have defined. It provides the actual behavior for the service. It is 'exported' by the service to make it available to the process hosting the service over an NSXPCConnection.
@interface pEpMacOSAdapter : NSObject <pEpMacOSAdapterProtocol, pEpMacOSAdapterSubscriberProtocol>
@end

Loading…
Cancel
Save