18 lines
306 B
C
18 lines
306 B
C
|
//
|
||
|
// BranchLinkProperties+RNBranch.h
|
||
|
// RNBranch
|
||
|
//
|
||
|
// Created by Jimmy Dee on 1/26/17.
|
||
|
// Copyright © 2017 Branch Metrics. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Branch/Branch.h>
|
||
|
|
||
|
@class RNBranchProperty;
|
||
|
|
||
|
@interface BranchLinkProperties(RNBranch)
|
||
|
|
||
|
- (instancetype)initWithMap:(NSDictionary *)map;
|
||
|
|
||
|
@end
|