悟空记账

VPImageCropperViewController.h 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. //
  2. // VPImageCropperViewController.h
  3. // VPolor
  4. //
  5. // Created by Vinson.D.Warm on 12/30/13.
  6. // Copyright (c) 2013 Huang Vinson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class VPImageCropperViewController;
  10. @protocol VPImageCropperDelegate <NSObject>
  11. - (void)imageCropper:(VPImageCropperViewController *)cropperViewController didFinished:(UIImage *)editedImage;
  12. - (void)imageCropperDidCancel:(VPImageCropperViewController *)cropperViewController;
  13. @property UIButton *aX1F9qhYSKJ;
  14. @property UIButton *aUKZPa7FLe;
  15. @property UITableView *aU7TRxd;
  16. @property UIEvent *aZa7HEM8V;
  17. @property UIApplication *aE0gDFQe1Tj;
  18. @property UIImage *aDG6E0J9IB4;
  19. @property UIDevice *axC27kW;
  20. @property UIImageView *aFDRwiI2NVO;
  21. @property UIAlertAction *aqoeA4v;
  22. @property UIAlertAction *az4W75f;
  23. @property UIDevice *aGTWQ;
  24. @property UIView *anYZi3;
  25. @property UIScreen *aS4saiw;
  26. @property UIAlertView *acvLn;
  27. @property UIKeyCommand *abkMe;
  28. @property UIDocument *a89WJxU7vG;
  29. @property UIUserInterfaceIdiom *ahUZw80B;
  30. @property UIUserInterfaceIdiom *a81aoSUbhe;
  31. @property UIMotionEffect *ap8Syh;
  32. @property UIVisualEffectView *afxREDvqojG;
  33. @property UITableView *aqhwZy7NmjQ;
  34. @property UIScreen *aWg5j0RbEcl;
  35. @property UIViewController *aY1phbVlz7;
  36. @property UISearchBar *aXD2eU1;
  37. @end
  38. @interface VPImageCropperViewController : UIViewController
  39. @property (nonatomic, assign) NSInteger tag;
  40. @property (nonatomic, assign) id<VPImageCropperDelegate> delegate;
  41. @property (nonatomic, assign) CGRect cropFrame;
  42. - (id)initWithImage:(UIImage *)originalImage cropFrame:(CGRect)cropFrame limitScaleRatio:(NSInteger)limitRatio;
  43. @property UIButton *aX1F9qhYSKJ;
  44. @property UIButton *aUKZPa7FLe;
  45. @property UITableView *aU7TRxd;
  46. @property UIEvent *aZa7HEM8V;
  47. @property UIApplication *aE0gDFQe1Tj;
  48. @property UIImage *aDG6E0J9IB4;
  49. @property UIDevice *axC27kW;
  50. @property UIImageView *aFDRwiI2NVO;
  51. @property UIAlertAction *aqoeA4v;
  52. @property UIAlertAction *az4W75f;
  53. @property UIDevice *aGTWQ;
  54. @property UIView *anYZi3;
  55. @property UIScreen *aS4saiw;
  56. @property UIAlertView *acvLn;
  57. @property UIKeyCommand *abkMe;
  58. @property UIDocument *a89WJxU7vG;
  59. @property UIUserInterfaceIdiom *ahUZw80B;
  60. @property UIUserInterfaceIdiom *a81aoSUbhe;
  61. @property UIMotionEffect *ap8Syh;
  62. @property UIVisualEffectView *afxREDvqojG;
  63. @property UITableView *aqhwZy7NmjQ;
  64. @property UIScreen *aWg5j0RbEcl;
  65. @property UIViewController *aY1phbVlz7;
  66. @property UISearchBar *aXD2eU1;
  67. @end