mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-05 07:26:19 +00:00
created a loading frame
This commit is contained in:
14
Limelight/ViewControllers/LoadingFrameViewController.h
Normal file
14
Limelight/ViewControllers/LoadingFrameViewController.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user