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