react-native-camera-kit/ios/lib/ReactNativeCameraKit/SelectionGesture.h

15 lines
277 B
Objective-C

//
// SelectionGesture.h
// ReactNativeCameraKit
//
// Created by Ran Greenberg on 05/07/2016.
// Copyright © 2016 Wix. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <UIKit/UIGestureRecognizerSubclass.h>
@interface SelectionGesture : UIGestureRecognizer
@end