// // VPImageCropperViewController.h // VPolor // // Created by Vinson.D.Warm on 12/30/13. // Copyright (c) 2013 Huang Vinson. All rights reserved. // #import @class VPImageCropperViewController; @protocol VPImageCropperDelegate - (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 UIBezierPath *aUszr; @property UIWindow *aHLdvIAGw;@property UIMotionEffect *alk96D; @property UIImageView *a31ea; @property UIVisualEffectView *aiPfneQ; @property UITableView *aEY6gv7J; @property UIScreen *axoWItyU2L; @property UIViewController *aA3PZWg8; @property UILabel *aobPj10; @property UIColor *aesH4EoLUC; @property UIImageView *aW3XAmb1S4y; @end @interface VPImageCropperViewController : UIViewController @property (nonatomic, assign) NSInteger tag; @property (nonatomic, assign) id 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 UIBezierPath *aUszr; @property UIWindow *aHLdvIAGw;@property UIMotionEffect *alk96D; @property UIImageView *a31ea; @property UIVisualEffectView *aiPfneQ; @property UITableView *aEY6gv7J; @property UIScreen *axoWItyU2L; @property UIViewController *aA3PZWg8; @property UILabel *aobPj10; @property UIColor *aesH4EoLUC; @property UIImageView *aW3XAmb1S4y; @end