Add missing BITFeedbackManagerDelegate.h import in HockeySDK.h and fix @protocol statement that was added as @class

Fixes https://github.com/bitstadium/HockeySDK-iOS/issues/63
This commit is contained in:
Andreas Linde
2013-09-27 14:01:31 +02:00
parent 4d8013ce2f
commit 4ffbe5ca4e
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackUserDataElement) {
@class BITFeedbackMessage;
@class BITFeedbackManagerDelegate;
@protocol BITFeedbackManagerDelegate;
/**
The feedback module.

View File

@@ -53,6 +53,7 @@
#if HOCKEYSDK_FEATURE_FEEDBACK
#import "BITFeedbackManager.h"
#import "BITFeedbackManagerDelegate.h"
#import "BITFeedbackActivity.h"
#import "BITFeedbackComposeViewController.h"
#import "BITFeedbackComposeViewControllerDelegate.h"