mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 07:57:01 +00:00
move protocol to class extension
This commit is contained in:
parent
c95d80ffd8
commit
949613d7e5
@ -94,7 +94,7 @@ typedef enum {
|
|||||||
feedback message.
|
feedback message.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@interface BITFeedbackManager : BITHockeyBaseManager <UIAlertViewDelegate>
|
@interface BITFeedbackManager : BITHockeyBaseManager
|
||||||
|
|
||||||
///-----------------------------------------------------------------------------
|
///-----------------------------------------------------------------------------
|
||||||
/// @name General settings
|
/// @name General settings
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
#import "BITFeedbackMessage.h"
|
#import "BITFeedbackMessage.h"
|
||||||
|
|
||||||
|
|
||||||
@interface BITFeedbackManager () {
|
@interface BITFeedbackManager () <UIAlertViewDelegate> {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user