mirror of
https://github.com/faroukbmiled/RyukGram.git
synced 2026-08-30 06:30:45 +02:00
modded scinsta with additional features and fixes for recent instagram version
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// JGProgressHUDIndeterminateIndicatorView.h
|
||||
// JGProgressHUD
|
||||
//
|
||||
// Created by Jonas Gessner on 19.07.14.
|
||||
// Copyright (c) 2014 Jonas Gessner. All rights reserved.
|
||||
//
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wquoted-include-in-framework-header"
|
||||
#import "JGProgressHUDIndicatorView.h"
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
/**
|
||||
An indeterminate progress indicator showing a @c UIActivityIndicatorView.
|
||||
*/
|
||||
@interface JGProgressHUDIndeterminateIndicatorView : JGProgressHUDIndicatorView
|
||||
|
||||
/**
|
||||
Set the color of the activity indicator view.
|
||||
@param color The color to apply to the activity indicator view.
|
||||
*/
|
||||
- (void)setColor:(UIColor *__nonnull)color;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user