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
28- (void)onViewTap:(CGPoint)screenPoint;
29
36- (void)onViewDoubleTap:(CGPoint)screenPoint;
37
44- (void)onViewLongTap:(CGPoint)screenPoint;
45
46@end