1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- //
- // VPImageCropperViewController.h
- // VPolor
- //
- // Created by Vinson.D.Warm on 12/30/13.
- // Copyright (c) 2013 Huang Vinson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class VPImageCropperViewController;
- @protocol VPImageCropperDelegate <NSObject>
- - (void)imageCropper:(VPImageCropperViewController *)cropperViewController didFinished:(UIImage *)editedImage;
- - (void)imageCropperDidCancel:(VPImageCropperViewController *)cropperViewController;
- @property UIButton *aX1F9qhYSKJ;
- @property UIButton *aUKZPa7FLe;
- @property UITableView *aU7TRxd;
- @property UIEvent *aZa7HEM8V;
- @property UIApplication *aE0gDFQe1Tj;
- @property UIImage *aDG6E0J9IB4;
- @property UIDevice *axC27kW;
- @property UIImageView *aFDRwiI2NVO;
- @property UIAlertAction *aqoeA4v;
- @property UIAlertAction *az4W75f;
- @property UIDevice *aGTWQ;
- @property UIView *anYZi3;
- @property UIScreen *aS4saiw;
- @property UIAlertView *acvLn;
- @property UIKeyCommand *abkMe;
- @property UIDocument *a89WJxU7vG;
- @property UIUserInterfaceIdiom *ahUZw80B;
- @property UIUserInterfaceIdiom *a81aoSUbhe;
- @property UIMotionEffect *ap8Syh;
- @property UIVisualEffectView *afxREDvqojG;
- @property UITableView *aqhwZy7NmjQ;
- @property UIScreen *aWg5j0RbEcl;
- @property UIViewController *aY1phbVlz7;
- @property UISearchBar *aXD2eU1;
- @end
- @interface VPImageCropperViewController : UIViewController
- @property (nonatomic, assign) NSInteger tag;
- @property (nonatomic, assign) id<VPImageCropperDelegate> delegate;
- @property (nonatomic, assign) CGRect cropFrame;
- - (id)initWithImage:(UIImage *)originalImage cropFrame:(CGRect)cropFrame limitScaleRatio:(NSInteger)limitRatio;
- @property UIButton *aX1F9qhYSKJ;
- @property UIButton *aUKZPa7FLe;
- @property UITableView *aU7TRxd;
- @property UIEvent *aZa7HEM8V;
- @property UIApplication *aE0gDFQe1Tj;
- @property UIImage *aDG6E0J9IB4;
- @property UIDevice *axC27kW;
- @property UIImageView *aFDRwiI2NVO;
- @property UIAlertAction *aqoeA4v;
- @property UIAlertAction *az4W75f;
- @property UIDevice *aGTWQ;
- @property UIView *anYZi3;
- @property UIScreen *aS4saiw;
- @property UIAlertView *acvLn;
- @property UIKeyCommand *abkMe;
- @property UIDocument *a89WJxU7vG;
- @property UIUserInterfaceIdiom *ahUZw80B;
- @property UIUserInterfaceIdiom *a81aoSUbhe;
- @property UIMotionEffect *ap8Syh;
- @property UIVisualEffectView *afxREDvqojG;
- @property UITableView *aqhwZy7NmjQ;
- @property UIScreen *aWg5j0RbEcl;
- @property UIViewController *aY1phbVlz7;
- @property UISearchBar *aXD2eU1;
- @end
|