Sha256: c03a6634bce1d8b37a9a4fa001f209099bff6625a5d9c929f48737b26eadbb3c

Contents?: true

Size: 832 Bytes

Versions: 66

Compression:

Stored size: 832 Bytes

Contents

//
//  PickImageDelegate.h
//  rhorunner
//
//  Created by Vlad on 2/12/09.
//  Copyright 2009 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import "RhoDelegate.h"

@interface PickImageDelegate : RhoDelegate <UINavigationControllerDelegate,
    UIImagePickerControllerDelegate
#ifdef __IPHONE_3_2
    , UIPopoverControllerDelegate
#endif
> {
#ifdef __IPHONE_3_2
@public
    UIPopoverController *popover;
#endif
}

- (void)imagePickerController:(UIImagePickerController *)picker
        didFinishPickingImage:(UIImage *)image
                  editingInfo:(NSDictionary *)editingInfo;
- (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker;
#ifdef __IPHONE_3_2
- (void)popoverControllerDidDismissPopover:(UIPopoverController *)popoverController;
#endif

@end

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
rhodes-3.0.2 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.2.beta.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.1.beta.8 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.1.beta.7 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.1.beta.6 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.1.beta.5 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.1.beta.4 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.1.beta.3 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.1.beta.2 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.0 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.0.beta.7 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.0.beta.6 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.0.beta.5 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.0.beta.4 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.0.beta.3 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.0.beta.2 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-3.0.0.beta.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.4.1 platform/iphone/Classes/Camera/PickImageDelegate.h
rhodes-2.4.1.beta.1 platform/iphone/Classes/Camera/PickImageDelegate.h