QUCIndefiniteAnimatedView.h
345 Bytes
//
// QUCIndefiniteAnimatedView.h
// QUCProgressHUD
//
// Created by Guillaume Campagna on 2014-12-05.
//
//
#import <UIKit/UIKit.h>
@interface QUCIndefiniteAnimatedView : UIView
@property (nonatomic, assign) CGFloat strokeThickness;
@property (nonatomic, assign) CGFloat radius;
@property (nonatomic, strong) UIColor *strokeColor;
@end