Stub AbsoluteTouchHandler

This commit is contained in:
Cameron Gutman
2020-11-01 10:30:39 -06:00
parent 17d4079a5a
commit 63beaebe55
6 changed files with 65 additions and 3 deletions

View File

@@ -6,13 +6,13 @@
// Copyright © 2020 Moonlight Game Streaming Project. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "StreamView.h"
NS_ASSUME_NONNULL_BEGIN
@interface RelativeTouchHandler : UIResponder
-(id)initWithView:(UIView*)view;
-(id)initWithView:(StreamView*)view;
@end