+ Refactored Preview of Attachments.

This commit is contained in:
moritz haarmann
2014-04-30 16:53:20 +02:00
parent afb46f66a0
commit e4700dab9b
13 changed files with 234 additions and 353 deletions

View File

@@ -28,6 +28,7 @@
#import <UIKit/UIKit.h>
#import <QuickLook/QuickLook.h>
#import "BITHockeyBaseViewController.h"
@@ -54,7 +55,7 @@
This ensures that the presentation on iOS 6 and iOS 7 will use the corret design on each OS Version.
*/
@interface BITFeedbackListViewController : BITHockeyBaseViewController <UITableViewDelegate, UITableViewDataSource, UIActionSheetDelegate, UIAlertViewDelegate> {
@interface BITFeedbackListViewController : BITHockeyBaseViewController <UITableViewDelegate, UITableViewDataSource, UIActionSheetDelegate, UIAlertViewDelegate, QLPreviewControllerDataSource> {
}
@end