Skip to content

Commit

Permalink
Move HockeySDK include to m file
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Sep 26, 2016
1 parent aa6d5b4 commit 7bf70c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ChatSecure/Classes/OTRAppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
@class PushController;
@class PushOTRListener;
@protocol OTRThreadOwner;
#import <HockeySDK_Source/HockeySDK.h>


@interface OTRAppDelegate : UIResponder <UIApplicationDelegate, BITHockeyManagerDelegate>
@interface OTRAppDelegate : UIResponder <UIApplicationDelegate>

@property (nonatomic, strong) UIWindow *window;
@property (nonatomic, strong) OTRSettingsViewController *settingsViewController;
Expand Down
3 changes: 2 additions & 1 deletion ChatSecure/Classes/OTRAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@
#import "OTRTheme.h"
#import <ChatSecureCore/ChatSecureCore-Swift.h>
#import "OTRMessagesViewController.h"
#import <HockeySDK_Source/HockeySDK.h>
@import OTRAssets;

#if CHATSECURE_DEMO
#import "OTRChatDemo.h"
#endif

@interface OTRAppDelegate ()
@interface OTRAppDelegate () <BITHockeyManagerDelegate>

@property (nonatomic, strong) OTRSplitViewCoordinator *splitViewCoordinator;
@property (nonatomic, strong) OTRSplitViewControllerDelegateObject *splitViewControllerDelegate;
Expand Down

0 comments on commit 7bf70c4

Please sign in to comment.