// // CameraPreviewHandler.h // // // Created by jqshen on 6/24/15. // Copyright (c) 2015 Oliveapp. All rights reserved. // #import #import "OliveappPhotoImage.h" @protocol OliveappCameraPreviewDelegate @required - (void)onPreviewFrame: (OliveappPhotoImage*) image; @end