Try replacing line number 53 with the following code in DITableViewController.h
@interface DITableViewController : UITableViewController <QLPreviewControllerDataSource, QLPreviewControllerDelegate,
The QLPreviewControllerDelegate command was missing .
source share