123456789101112131415161718 |
- //
- // CameraPreviewHandler.h
- //
- //
- // Created by jqshen on 6/24/15.
- // Copyright (c) 2015 Oliveapp. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "OliveappPhotoImage.h"
- @protocol OliveappCameraImageCaptureDelegate <NSObject>
- @required
- - (void) onImageCapture: (OliveappPhotoImage *) image;
- @end
|