source: extensions/piwigo_mobile/ios/Piwigo/Plugins/cameraExtended.h @ 12411

Last change on this file since 12411 was 12411, checked in by patdenice, 12 years ago

Add piwigo mobile for iOS

File size: 606 bytes
Line 
1/*
2 * PhoneGap is available under *either* the terms of the modified BSD license *or* the
3 * MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.
4 *
5 * Copyright (c) 2005-2010, Nitobi Software Inc.
6 * Copyright (c) 2011, IBM Corporation
7 * Copyright (c) 2011, Ambrose Software, Inc
8 *
9 */
10
11#import "PhoneGap/Camera.h"
12
13@interface PGCameraExtended : PGCamera<UIImagePickerControllerDelegate, 
14                                                                        UINavigationControllerDelegate,
15                                                                        UIPopoverControllerDelegate>
16{
17}
18
19- (UIImage*)imageByScalingAndCroppingForSize:(UIImage*)anImage toSize:(CGSize)targetSize;
20
21@end
22
23
Note: See TracBrowser for help on using the repository browser.