moonlight-ios/Limelight/ViewControllers/MainFrameViewController.h
2014-10-24 16:02:10 -04:00

19 lines
431 B
Objective-C

//
// MainFrameViewController.h
// Limelight-iOS
//
// Created by Diego Waxemberg on 1/17/14.
// Copyright (c) 2014 Diego Waxemberg. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MDNSManager.h"
#import "PairManager.h"
#import "StreamConfiguration.h"
@interface MainFrameViewController : UIViewController <MDNSCallback, PairCallback, NSURLConnectionDelegate>
+ (StreamConfiguration*) getStreamConfiguration;
@end