19 lines
207 B
C
Raw Normal View History

2016-05-31 14:50:30 +03:00
//
// 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