mirror of
https://github.com/status-im/react-native-camera-kit.git
synced 2025-03-01 08:00:42 +00:00
22 lines
311 B
Objective-C
22 lines
311 B
Objective-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
|