2#import <Foundation/Foundation.h>
4@class NCBeaconProximityEstimator;
5@class NCLocationEditManager;
13@class NCResourceManager;
38DEFAULT_EXPORT_ATTRIBUTE
119- (void)setUserHash:(nonnull NSString *)userHash;
135- (void)setServer:(nonnull NSString *)server;
269- (nullable NCResourceManager *)getResourceManager:(nullable
NCLocationManager *)locationManager;
271- (nullable NCLocationEditManager *)getLocationEditManager:(nullable
NCLocationManager *)locationManager;
273- (nullable NCBeaconProximityEstimator *)getBeaconProximityEstimator:(nullable
NCLocationManager *)locationManager;
275- (nonnull NSString *)getErrorDescription:(int32_t)errorCode;
277- (nullable
NCLocationWindow *)createLocationWindow:(nullable NCView *)platformView;