mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Define NSDictionary types in _clientCommServices
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
f728ec1b75
commit
94bfa035c3
@ -18,6 +18,8 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import "ClientCommunicationProtocol.h"
|
||||
|
||||
namespace OCC {
|
||||
|
||||
namespace Mac {
|
||||
@ -38,7 +40,7 @@ private:
|
||||
void setupConnections();
|
||||
void processConnections(NSArray *const services);
|
||||
|
||||
NSDictionary *_clientCommServices;
|
||||
NSDictionary<NSString *, NSObject<ClientCommunicationProtocol> *_clientCommServices;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@ -19,8 +19,6 @@
|
||||
#include "gui/accountmanager.h"
|
||||
#include "gui/macOS/fileproviderxpc_mac_utils.h"
|
||||
|
||||
#import "ClientCommunicationProtocol.h"
|
||||
|
||||
namespace OCC {
|
||||
|
||||
namespace Mac {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user