PureCamera.h 243 B

123456789101112
  1. /*!
  2. @abstract
  3. */
  4. #import <UIKit/UIKit.h>
  5. typedef void (^fininshcapture)(UIImage *image);
  6. @interface PureCamera : UIViewController
  7. @property (nonatomic,copy) fininshcapture fininshcapture;
  8. @property (nonatomic, assign) BOOL isOnly43;
  9. @end