UNPKG

372 Btext/x-cView Raw
1//
2// NSObject+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 <Foundation/Foundation.h>
10
11@class RNBranchProperty;
12
13@interface NSObject(RNBranch)
14
15+ (NSDictionary<NSString *, RNBranchProperty *> *)supportedProperties;
16
17- (void)setSupportedPropertiesWithMap:(NSDictionary *)map;
18
19@end