Skip to content

Commit

Permalink
update wrapper SDK for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzhi committed Aug 1, 2016
1 parent 25efdc2 commit 8197f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Pod/Classes/SEGAppboyIntegration.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#import "SEGAppboyIntegration.h"
#if defined(__has_include) && __has_include(<Appboy_iOS_SDK/AppboyKit.h>)
#import <Appboy_iOS_SDK/AppboyKit.h>
#import <Appboy_iOS_SDK/ABKUser.h>
#else
#import "Appboy-iOS-SDK/AppboyKit.h"
#import "Appboy-iOS-SDK/ABKUser.h"
#endif
#import <Analytics/SEGAnalyticsUtils.h>
#import "SEGAppboyIntegrationFactory.h"

Expand Down

0 comments on commit 8197f23

Please sign in to comment.