//
//  BranchDelegate.m
//  Branch-SDK
//
//  Created by Edward Smith on 6/30/17.
//  Copyright © 2017 Branch Metrics. All rights reserved.
//

#import "BranchDelegate.h"

NSString* const BranchWillStartSessionNotification = @"BranchWillStartSessionNotification";
NSString* const BranchDidStartSessionNotification  = @"BranchDidStartSessionNotification";

NSString* const BranchErrorKey             = @"BranchErrorKey";
NSString* const BranchURLKey               = @"BranchURLKey";
NSString* const BranchUniversalObjectKey   = @"BranchUniversalObjectKey";
NSString* const BranchLinkPropertiesKey    = @"BranchLinkPropertiesKey";
