created a loading frame

This commit is contained in:
Diego Waxemberg
2015-02-24 22:13:33 -05:00
parent 81c84597c8
commit 3617ea98e2
6 changed files with 110 additions and 1 deletions

View 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