Files
moonlight-qt/Limelight/UIAppView.h
Diego Waxemberg 6fbc55f193 new ui un-stashed
2014-10-24 16:02:10 -04:00

17 lines
254 B
Objective-C

//
// UIAppView.h
// Limelight
//
// Created by Diego Waxemberg on 10/22/14.
// Copyright (c) 2014 Limelight Stream. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "App.h"
@interface UIAppView : UIView
- (id) initWithApp:(App*)app;
@end