Complete refactor of project.

- now runs universally on iPhone, iPad, and simulator
- all paths should now be relative
This commit is contained in:
Diego Waxemberg
2014-08-31 13:13:46 -04:00
parent 457b6b13cc
commit 764f051318
114 changed files with 27797 additions and 16 deletions

View File

@@ -0,0 +1,14 @@
//
// StreamFrameViewController.h
// Limelight-iOS
//
// Created by Diego Waxemberg on 1/18/14.
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "StreamView.h"
@interface StreamFrameViewController : UIViewController
@end