move protocol to class continuation

no need this must be public
This commit is contained in:
Stephan Diederich
2013-07-16 18:53:35 +02:00
parent 609dbcccb8
commit c92c6b379e
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ typedef enum {
*/ */
@interface BITStoreUpdateManager : BITHockeyBaseManager <UIAlertViewDelegate> @interface BITStoreUpdateManager : BITHockeyBaseManager
///----------------------------------------------------------------------------- ///-----------------------------------------------------------------------------

View File

@@ -32,7 +32,7 @@
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
@interface BITStoreUpdateManager () { @interface BITStoreUpdateManager () <UIAlertViewDelegate> {
} }
// is an update available? // is an update available?