moonlight-ios/Limelight/ViewControllers/LoadingFrameViewController.h
2015-02-24 22:13:33 -05:00

15 lines
323 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 NSLayoutConstraint *loadingSpinner;
@end