2#import <Foundation/Foundation.h>
4@class NCBeaconProximityEstimator;
5@class NCLocationEditManager;
14@class NCResourceManager;
39DEFAULT_EXPORT_ATTRIBUTE
120- (void)setUserHash:(nonnull NSString *)userHash;
136- (void)setServer:(nonnull NSString *)server;
270- (nullable NCResourceManager *)getResourceManager:(nullable
NCLocationManager *)locationManager;
272- (nullable NCLocationEditManager *)getLocationEditManager:(nullable
NCLocationManager *)locationManager;
274- (nullable NCBeaconProximityEstimator *)getBeaconProximityEstimator:(nullable
NCLocationManager *)locationManager;
276- (nonnull NSString *)getErrorDescription:(int32_t)errorCode;
278- (nullable
NCLocationWindow *)createLocationWindow:(nullable NCView *)platformView;