moonlight-ios/Limelight/ViewControllers/StreamFrameViewController.h

16 lines
297 B
Objective-C

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