GT2/GT2-iOS/node_modules/react-native-gesture-handler/ios/RNGestureHandlerButton.h

13 lines
250 B
C
Raw Normal View History

2018-02-12 17:26:06 +00:00
//
// RNGestureHandlerButton.h
// RNGestureHandler
//
// Created by Krzysztof Magiera on 12/10/2017.
// Copyright © 2017 Software Mansion. All rights reserved.
//
#import "RNGestureHandler.h"
@interface RNGestureHandlerButton : UIControl
@end