123456789101112 |
- /*!
- @abstract
- */
- #import <UIKit/UIKit.h>
- typedef void (^fininshcapture)(UIImage *image);
- @interface PureCamera : UIViewController
- @property (nonatomic,copy) fininshcapture fininshcapture;
- @property (nonatomic, assign) BOOL isOnly43;
- @end
|