mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-03 00:06:31 +00:00
15 lines
323 B
Objective-C
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
|