//
//  BNCConfig.c
//  Branch-SDK
//
//  Created by Edward Smith on 12/12/16.
//  Copyright © 2016 Branch Metrics. All rights reserved.
//

#include "BNCConfig.h"

NSString * const BNC_API_BASE_URL    = @"https://api.branch.io";
BOOL       const BNC_API_PINNED      = YES;
NSString * const BNC_API_VERSION     = @"v1";
NSString * const BNC_LINK_URL        = @"https://bnc.lt";
NSString * const BNC_SDK_VERSION     = @"0.22.4";
