moonlight-ios/Limelight/ViewControllers/LoadingFrameViewController.h
2015-05-12 21:48:30 -04:00

15 lines
328 B
Objective-C

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