//
//  BNCConfig.h
//  Branch-SDK
//
//  Created by Qinwei Gong on 10/6/14.
//  Copyright (c) 2014 Branch Metrics. All rights reserved.
//

@import Foundation;

extern NSString * const BNC_SDK_VERSION;
extern NSString * const BNC_API_VERSION;
extern BOOL       const BNC_API_PINNED;
extern NSString * const BNC_API_BASE_URL;
extern NSString * const BNC_LINK_URL;
