Add some WIP touch input support

This commit is contained in:
Cameron Gutman
2014-10-20 02:38:01 -04:00
parent 70f3a91dfb
commit 02fbd5f1d2
5 changed files with 82 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
//
// StreamView.h
// Limelight
//
// Created by Cameron Gutman on 10/19/14.
// Copyright (c) 2014 Limelight Stream. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface StreamView : UIView
@end