mirror of
https://github.com/status-im/react-native-camera-kit.git
synced 2025-03-01 16:10:37 +00:00
19 lines
207 B
C
19 lines
207 B
C
|
//
|
||
|
// CKCamera.h
|
||
|
// ReactNativeCameraKit
|
||
|
//
|
||
|
// Created by Ran Greenberg on 31/05/2016.
|
||
|
// Copyright © 2016 Wix. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface CKCamera : UIView
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
@end
|