PureCamera.h 197 B

12345678910
  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. @end