added protocols to one file
This commit is contained in:
parent
a4b90244db
commit
04c065d4d6
38 changed files with 2280 additions and 850 deletions
|
@ -7,8 +7,7 @@
|
|||
// Licence: MIT-Licence
|
||||
//
|
||||
|
||||
#import "JPImagePickerControllerDelegate.h"
|
||||
#import "JPImagePickerControllerDataSource.h"
|
||||
#import "JPImagePickerController.h"
|
||||
|
||||
@interface RootViewController : UITableViewController <JPImagePickerControllerDelegate, JPImagePickerControllerDataSource> {
|
||||
NSInteger chosenImage;
|
||||
|
|
Reference in a new issue