5 #import <Foundation/Foundation.h>
15 #define DJINNI_EXPORT __attribute__((__visibility__("default")))
21 - (void)onTouchesBegan:(nonnull NSDictionary<NSNumber *,
BNBTouch *> *)tocuhes;
23 - (void)onTouchesMoved:(nonnull NSDictionary<NSNumber *,
BNBTouch *> *)tocuhes;
25 - (void)onTouchesEnded:(nonnull NSDictionary<NSNumber *,
BNBTouch *> *)tocuhes;
27 - (void)onTouchesCancelled:(nonnull NSDictionary<NSNumber *,
BNBTouch *> *)tocuhes;
29 - (void)onRotationGesture:(
float)angle;
31 - (void)onScaleGesture:(
float)scale;
33 - (void)onSwipeGesture:(
float)dirX
36 - (void)onDoubleTapGesture:(nonnull
BNBTouch *)pos;
38 - (void)onLongTapGesture:(nonnull
BNBTouch *)pos;
40 - (void)onGestureEnded:(nonnull NSString *)id;