GT2/GT2-iOS/node_modules/react-native-branch/ios/BranchLinkProperties+RNBran...

18 lines
306 B
C
Raw Normal View History

2018-02-12 17:26:06 +00:00
//
// 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