2#import <Foundation/Foundation.h>
4@class NCBeaconProximityEstimator;
5@class NCLocationEditManager;
9@class NCMeasurementManager;
13@class NCResourceManager;
36DEFAULT_EXPORT_ATTRIBUTE
77- (void)setUserHash:(nonnull NSString *)userHash;
85- (void)setServer:(nonnull NSString *)server;
154- (nullable NCResourceManager *)getResourceManager:(nullable
NCLocationManager *)locationManager;
156- (nullable NCLocationEditManager *)getLocationEditManager:(nullable
NCLocationManager *)locationManager;
158- (nullable NCMeasurementManager *)getMeasurementManager:(nullable
NCLocationManager *)locationManager;
160- (nullable NCBeaconProximityEstimator *)getBeaconProximityEstimator:(nullable
NCLocationManager *)locationManager;
162- (nonnull NSString *)getErrorDescription:(int32_t)errorCode;
164- (nullable
NCLocationWindow *)createLocationWindow:(nullable NCView *)platformView;