moonlight-ios/Limelight/ViewControllers/LoadingFrameViewController.h

15 lines
328 B
Objective-C

//
// LoadingFrameViewController.h
// Limelight
//
// Created by Diego Waxemberg on 2/24/15.
// Copyright (c) 2015 Limelight Stream. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LoadingFrameViewController : UIViewController
@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *loadingSpinner;
@end