Loading...
Searching...
No Matches
NCInputListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3#import <UIKit/UIKit.h>
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@protocol NCInputListener <NSObject>
21
36- (void)onViewTap:(CGPoint)screenPoint;
37
52- (void)onViewDoubleTap:(CGPoint)screenPoint;
53
68- (void)onViewLongTap:(CGPoint)screenPoint;
69
70@end