File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#import " RNIterableAPI.h"
2- // #import <IterableSDK/IterableSDK.h> // umbrella (Objective-C) header
3-
4- // // Forward-declare the Swift protocols/enum used in the Swift header.
5- // @protocol IterableInAppDelegate;
6- // @protocol IterableCustomActionDelegate;
7- // @protocol IterableAuthDelegate;
8- // @protocol IterableURLDelegate;
9- // typedef NS_ENUM(NSInteger, InAppShowResponse) {
10- // InAppShowResponseShow = 0,
11- // InAppShowResponseSkip = 1, // use real cases if different; values just need to exist
12- // };
2+ #import < IterableSDK/IterableSDK.h> // umbrella (Objective-C) header
3+
4+ // Forward-declare the Swift protocols/enum used in the Swift header.
5+ @protocol IterableInAppDelegate;
6+ @protocol IterableCustomActionDelegate;
7+ @protocol IterableAuthDelegate;
8+ @protocol IterableURLDelegate;
9+ typedef NS_ENUM (NSInteger , InAppShowResponse) {
10+ InAppShowResponseShow = 0 ,
11+ InAppShowResponseSkip = 1 , // use real cases if different; values just need to exist
12+ };
1313
1414#import " RNIterableAPI-Swift.h"
1515
You can’t perform that action at this time.
0 commit comments