added protocols to one file

This commit is contained in:
Jeena Paradies 2009-11-14 19:48:58 +01:00
parent a4b90244db
commit 04c065d4d6
38 changed files with 2280 additions and 850 deletions

View file

@ -7,8 +7,7 @@
// Licence: MIT-Licence
//
#import "JPImagePickerControllerDelegate.h"
#import "JPImagePickerControllerDataSource.h"
#import "JPImagePickerController.h"
@interface RootViewController : UITableViewController <JPImagePickerControllerDelegate, JPImagePickerControllerDataSource> {
NSInteger chosenImage;