mirror of
https://github.com/status-im/react-native-camera-kit.git
synced 2025-02-28 23:50:47 +00:00
22 lines
311 B
C
22 lines
311 B
C
|
//
|
||
|
// CKGalleryViewManager.h
|
||
|
// ReactNativeCameraKit
|
||
|
//
|
||
|
// Created by Ran Greenberg on 20/06/2016.
|
||
|
// Copyright © 2016 Wix. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
|
||
|
@import AVFoundation;
|
||
|
#import "RCTViewManager.h"
|
||
|
#import "RCTConvert.h"
|
||
|
|
||
|
|
||
|
|
||
|
@interface CKGalleryViewManager : RCTViewManager
|
||
|
|
||
|
|
||
|
@end
|