Skip to content

Commit

Permalink
Merge pull request #119 from zhen9ao/patch-1
Browse files Browse the repository at this point in the history
Deal with compiler warnings.
  • Loading branch information
Inferis committed Aug 1, 2012
2 parents 51f53c8 + 2611665 commit 06a29b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewDeckExample/ViewController.h
Expand Up @@ -6,7 +6,7 @@

#import <UIKit/UIKit.h>

@interface ViewController : UITableViewController
@interface ViewController : UITableViewController <UINavigationControllerDelegate, UIImagePickerControllerDelegate>

@property (nonatomic, retain) UIPopoverController* popoverController;
@end

0 comments on commit 06a29b7

Please sign in to comment.