Files
moonlight-ios/Limelight/Input/RelativeTouchHandler.h
2020-11-01 10:19:32 -06:00

20 lines
339 B
Objective-C

//
// RelativeTouchHandler.h
// Moonlight
//
// Created by Cameron Gutman on 11/1/20.
// Copyright © 2020 Moonlight Game Streaming Project. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface RelativeTouchHandler : UIResponder
-(id)initWithView:(UIView*)view;
@end
NS_ASSUME_NONNULL_END