new ui un-stashed

This commit is contained in:
Diego Waxemberg
2014-10-24 16:02:10 -04:00
parent fac48ecf42
commit 6fbc55f193
23 changed files with 461 additions and 396 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// UIComputerView.h
// Limelight
//
// Created by Diego Waxemberg on 10/22/14.
// Copyright (c) 2014 Limelight Stream. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Computer.h"
@interface UIComputerView : UIView
- (id) initWithComputer:(Computer*)computer;
@end