mirror of
https://github.com/status-im/react-native-camera-kit.git
synced 2025-03-01 08:00:42 +00:00
21 lines
277 B
Objective-C
21 lines
277 B
Objective-C
//
|
|
// CKCameraManager.h
|
|
// ReactNativeCameraKit
|
|
//
|
|
// Created by Ran Greenberg on 30/05/2016.
|
|
// Copyright © 2016 Wix. All rights reserved.
|
|
//
|
|
|
|
@import AVFoundation;
|
|
#import "RCTViewManager.h"
|
|
#import "RCTConvert.h"
|
|
|
|
|
|
|
|
@interface CKCameraManager : RCTViewManager
|
|
|
|
|
|
|
|
|
|
@end
|