Add support for deleting single or all messages

This commit is contained in:
Andreas Linde
2012-10-15 19:32:15 +02:00
parent 669d03d603
commit 147b5ec621
19 changed files with 358 additions and 42 deletions

View File

@@ -32,7 +32,7 @@
#import "BITHockeyBaseViewController.h"
@interface BITFeedbackListViewController : BITHockeyBaseViewController <UITableViewDelegate, UITableViewDataSource> {
@interface BITFeedbackListViewController : BITHockeyBaseViewController <UITableViewDelegate, UITableViewDataSource, UIActionSheetDelegate> {
}
@end