mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
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:
@@ -61,7 +61,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackUserDataElement) {
|
||||
|
||||
|
||||
@class BITFeedbackMessage;
|
||||
@class BITFeedbackManagerDelegate;
|
||||
@protocol BITFeedbackManagerDelegate;
|
||||
|
||||
/**
|
||||
The feedback module.
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
|
||||
#if HOCKEYSDK_FEATURE_FEEDBACK
|
||||
#import "BITFeedbackManager.h"
|
||||
#import "BITFeedbackManagerDelegate.h"
|
||||
#import "BITFeedbackActivity.h"
|
||||
#import "BITFeedbackComposeViewController.h"
|
||||
#import "BITFeedbackComposeViewControllerDelegate.h"
|
||||
|
||||
Reference in New Issue
Block a user