Fix some methods made private by accident

This commit is contained in:
Andreas Linde 2012-07-22 01:34:44 +02:00
parent 0586a69bc0
commit 042bce3f91
2 changed files with 6 additions and 6 deletions

View File

@ -136,6 +136,12 @@ typedef enum {
// default value: HockeyUpdateCheckStartup
@property (nonatomic, assign) BITUpdateSetting updateSetting;
// open update info view
- (void)showUpdateView;
// manually start an update check
- (void)checkForUpdate;
// convenience methode to create hockey view controller
- (BITUpdateViewController *)hockeyViewController:(BOOL)modal;

View File

@ -66,12 +66,6 @@
- (void)startManager;
// open update info view
- (void)showUpdateView;
// manually start an update check
- (void)checkForUpdate;
// checks for update, informs the user (error, no update found, etc)
- (void)checkForUpdateShowFeedback:(BOOL)feedback;