15 lines
277 B
C
15 lines
277 B
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
|