UNPKG

306 Btext/x-cView Raw
1//
2// BranchLinkProperties+RNBranch.h
3// RNBranch
4//
5// Created by Jimmy Dee on 1/26/17.
6// Copyright © 2017 Branch Metrics. All rights reserved.
7//
8
9#import <Branch/Branch.h>
10
11@class RNBranchProperty;
12
13@interface BranchLinkProperties(RNBranch)
14
15- (instancetype)initWithMap:(NSDictionary *)map;
16
17@end